Commit fca0a727 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Display instance reported state on the listbox

parent 608437ce
Pipeline #7578 failed with stage
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
['title', 'Title'], ['title', 'Title'],
['reference', 'Reference'], ['reference', 'Reference'],
['portal_type', 'Type'], ['portal_type', 'Type'],
['SoftwareInstance_getReportedState', 'State'],
['SoftwareInstance_getNewsDict', 'Status'] ['SoftwareInstance_getNewsDict', 'Status']
], monitor_scope_list = [['', ''], ], monitor_scope_list = [['', ''],
['Enabled', 'enabled'], ['Enabled', 'enabled'],
......
...@@ -198,6 +198,7 @@ ...@@ -198,6 +198,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </record>
...@@ -230,7 +231,7 @@ ...@@ -230,7 +231,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>976.53561.48622.46421</string> </value> <value> <string>977.52369.42334.22357</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +249,7 @@ ...@@ -248,7 +249,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1562697582.58</float> <float>1579391577.14</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
...@@ -257,6 +258,7 @@ ...@@ -257,6 +258,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </record>
...@@ -314,6 +316,7 @@ ...@@ -314,6 +316,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </record>
......
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