Commit 5e635dc3 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: do not display "Logout" link

parent cf7b8116
...@@ -185,8 +185,8 @@ ...@@ -185,8 +185,8 @@
{command: 'display', options: {page: "worklist"}}, {command: 'display', options: {page: "worklist"}},
{command: 'display', options: {page: "history"}}, {command: 'display', options: {page: "history"}},
{command: 'display_stored_state', options: {page: "search"}}, {command: 'display_stored_state', options: {page: "search"}},
{command: 'display', options: {page: "my_account"}}, {command: 'display', options: {page: "my_account"}}
{command: 'display', options: {page: "logout"}} //{command: 'display', options: {page: "logout"}}
]), ]),
translation_list: gadget.getTranslationList([ translation_list: gadget.getTranslationList([
'Editable', 'Editable',
...@@ -195,8 +195,8 @@ ...@@ -195,8 +195,8 @@
'Worklists', 'Worklists',
'History', 'History',
'Search', 'Search',
'My Account', 'My Account'
'Logout' //'Logout'
]) ])
//checkbox_gadget: gadget.getDeclaredGadget("erp5_checkbox") //checkbox_gadget: gadget.getDeclaredGadget("erp5_checkbox")
}); });
...@@ -210,9 +210,9 @@ ...@@ -210,9 +210,9 @@
'tasks', 'w', 'tasks', 'w',
'history', 'h', 'history', 'h',
'search', 's', 'search', 's',
'sliders', null, 'sliders', null
// 'sliders', null, // 'sliders', null,
'power-off', 'o' //'power-off', 'o'
]; ];
for (i = 0; i < result_dict.url_list.length; i += 1) { for (i = 0; i < result_dict.url_list.length; i += 1) {
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1003.51500.27349.12782</string> </value> <value> <string>1003.51502.48302.40891</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1666345844.17</float> <float>1666346101.2</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