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