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

slapos_panel: do not display "Logout" link

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