Commit 1ce019c9 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Show portal type at the header for Software/Slave Instances

parent 924fc3b1
...@@ -215,8 +215,8 @@ ...@@ -215,8 +215,8 @@
}) })
.push(function (url_list) { .push(function (url_list) {
var header_dict = { var header_dict = {
page_title: gadget.state.doc.title, page_title: gadget.state.doc.portal_type +
save_action: true " : " + gadget.state.doc.title
}; };
if (!gadget.state.editable) { if (!gadget.state.editable) {
header_dict.edit_content = url_list[0]; header_dict.edit_content = url_list[0];
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>964.16302.64843.12987</string> </value> <value> <string>965.22413.11243.43315</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>1514293078.2</float> <float>1518029813.69</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