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*/ /*globals console, window, rJS, i18n, domsugar */
/*jslint indent: 2, nomen: true, maxlen: 80*/ /*jslint indent: 2, nomen: true, maxlen: 80 */
(function (window, rJS, domsugar) { (function (window, rJS, domsugar) {
"use strict"; "use strict";
...@@ -230,9 +230,7 @@ ...@@ -230,9 +230,7 @@
right_class = status_class; right_class = status_class;
} else { } else {
if (result && result.partition) { if (result && result.partition) {
right_class = getComputePartitionStatus( right_class = getComputePartitionStatus(result.partition);
{compute_partition_news: result.partition}
);
} }
} }
} else if (result && result.portal_type && } else if (result && result.portal_type &&
......
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1658520198.62</float> <float>1660581838.54</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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