Commit d61725ab authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix category name

parent bd57f462
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
['translated_simulation_state_title', 'State'] ['translated_simulation_state_title', 'State']
], ],
monitor_scope_list = [['', ''], monitor_scope_list = [['', ''],
['Enabled', 'enable'], ['Enabled', 'enabled'],
['Disabled', 'disable']], ['Disabled', 'disabled']],
upgrade_scope_list = [['', ''], upgrade_scope_list = [['', ''],
['Auto Upgrade', 'auto'], ['Auto Upgrade', 'auto'],
['Ask Confirmation before Upgrade', 'ask_confirmation'], ['Ask Confirmation before Upgrade', 'ask_confirmation'],
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>974.59075.20655.52309</string> </value> <value> <string>974.62049.17150.785</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1554755115.93</float> <float>1558467914.28</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -145,8 +145,8 @@ ...@@ -145,8 +145,8 @@
['portal_type', 'Type'], ['portal_type', 'Type'],
['SoftwareInstance_getNewsDict', 'Status'] ['SoftwareInstance_getNewsDict', 'Status']
], monitor_scope_list = [['', ''], ], monitor_scope_list = [['', ''],
['Enabled', 'enable'], ['Enabled', 'enabled'],
['Disabled', 'disable'] ['Disabled', 'disabled']
], upgrade_scope_list = [['', ''], ], upgrade_scope_list = [['', ''],
['Auto Upgrade', 'auto'], ['Auto Upgrade', 'auto'],
['Ask Confirmation before Upgrade', 'ask_confirmation'], ['Ask Confirmation before Upgrade', 'ask_confirmation'],
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>974.50791.18350.19558</string> </value> <value> <string>974.62049.17150.785</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1554751476.78</float> <float>1558467876.65</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