Commit 8f9fda6c authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Show short title instead reference on service list as it is more...

slapos_jio: Show short title instead reference on service list as it is more meaningful for the user
parent 48cfd8bd
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
.push(function (form_list) { .push(function (form_list) {
var column_list = [ var column_list = [
['title', 'Title'], ['title', 'Title'],
['reference', 'Reference'], ['short_title', 'Short Title'],
['monitoring_status', 'Status'] ['monitoring_status', 'Status']
]; ];
return form_list.render({ return form_list.render({
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>ERP5TypeTestCase</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>963.19363.3737.43042</string> </value> <value> <string>965.32073.59962.58726</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>1518609234.85</float> <float>1519374136.68</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