ui: move user, token and permissions into an access control tab panel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-10-29 16:47:18 +01:00
parent 2b38dfb456
commit 2f1a46f748
3 changed files with 38 additions and 15 deletions

View File

@ -29,21 +29,9 @@ Ext.define('PBS.store.NavigationStore', {
expanded: true,
children: [
{
text: gettext('User Management'),
iconCls: 'fa fa-user',
path: 'pbsUserView',
leaf: true,
},
{
text: gettext('API Token'),
iconCls: 'fa fa-user-o',
path: 'pbsTokenView',
leaf: true,
},
{
text: gettext('Permissions'),
iconCls: 'fa fa-unlock',
path: 'pbsACLView',
text: gettext('Access Control'),
iconCls: 'fa fa-key',
path: 'pbsAccessControlPanel',
leaf: true,
},
{