Commit 9fec08b4 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix header of Site link

Make it return to Home
parent 5eb4f4bd
...@@ -119,12 +119,14 @@ ...@@ -119,12 +119,14 @@
}) })
.push(function (result) { .push(function (result) {
return RSVP.all([ return RSVP.all([
gadget.getUrlFor({command: "change", options: {"page": "slap_add_organisation"}}) gadget.getUrlFor({command: "change", options: {"page": "slap_add_organisation"}}),
gadget.getUrlFor({command: "change", options: {"page": "slapos"}})
]); ]);
}) })
.push(function (result) { .push(function (result) {
return gadget.updateHeader({ return gadget.updateHeader({
page_title: "Sites", page_title: "Sites",
selection_url: result[1],
filter_action: true, filter_action: true,
add_url: result[0] add_url: result[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.7079.21882.15803</string> </value> <value> <string>972.32024.53732.34406</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>1518609223.78</float> <float>1545655326.6</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