Commit cb192557 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Minor fix on status gadget

parent 6ee586d5
/*globals console, window, rJS, i18n, domsugar*/
/*jslint indent: 2, nomen: true, maxlen: 80*/
/*globals console, window, rJS, i18n, domsugar */
/*jslint indent: 2, nomen: true, maxlen: 80 */
(function (window, rJS, domsugar) {
"use strict";
......@@ -230,9 +230,7 @@
right_class = status_class;
} else {
if (result && result.partition) {
right_class = getComputePartitionStatus(
{compute_partition_news: result.partition}
);
right_class = getComputePartitionStatus(result.partition);
}
}
} else if (result && result.portal_type &&
......
......@@ -292,7 +292,7 @@
</tuple>
<state>
<tuple>
<float>1658520198.62</float>
<float>1660581838.54</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment