ui: add ACL panel to Configuration
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
12e3895399
commit
0542cfdf4f
@ -24,6 +24,12 @@ Ext.define('PBS.store.NavigationStore', {
|
||||
path: 'pbsUserView',
|
||||
leaf: true
|
||||
},
|
||||
{
|
||||
text: gettext('Permissions'),
|
||||
iconCls: 'fa fa-unlock',
|
||||
path: 'pbsACLView',
|
||||
leaf: true
|
||||
},
|
||||
{
|
||||
text: gettext('Data Store'),
|
||||
iconCls: 'fa fa-archive',
|
||||
|
Reference in New Issue
Block a user