Commit 07cdcc5a authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: hide header link to prevent confusion

Good links must be defined in next version
parent 58c43e46
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
['filter_action', 'Filter', 'filter', 'submit'] ['filter_action', 'Filter', 'filter', 'submit']
], ],
possible_sub_header_list = [ possible_sub_header_list = [
/*
['tab_url', 'Views', 'eye'], ['tab_url', 'Views', 'eye'],
['jump_url', 'Jump', 'plane'], ['jump_url', 'Jump', 'plane'],
['actions_url', 'Actions', 'cogs'], ['actions_url', 'Actions', 'cogs'],
...@@ -34,10 +35,13 @@ ...@@ -34,10 +35,13 @@
['delete_url', 'Delete', 'times'], ['delete_url', 'Delete', 'times'],
['cut_url', 'Cut', 'scissors'], ['cut_url', 'Cut', 'scissors'],
['fast_input_url', 'Fast Input', 'magic'], ['fast_input_url', 'Fast Input', 'magic'],
*/
['previous_url', 'Previous', 'carat-l'], ['previous_url', 'Previous', 'carat-l'],
['next_url', 'Next', 'carat-r'], ['next_url', 'Next', 'carat-r']
/*
['upload_url', 'Upload', 'upload'], ['upload_url', 'Upload', 'upload'],
['download_url', 'Download', 'download'] ['download_url', 'Download', 'download']
*/
], ],
promiseHeaderButton = function (gadget, data) { promiseHeaderButton = function (gadget, data) {
return gadget.translate(data.title) return gadget.translate(data.title)
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1003.50026.22708.45738</string> </value> <value> <string>1003.60125.7799.44049</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1666257274.41</float> <float>1666863192.67</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