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:
@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user