ui: add UserManagement panel
to add/edit users Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
1d8ef0dcf7
commit
88acc86129
@ -18,6 +18,12 @@ Ext.define('PBS.store.NavigationStore', {
|
||||
path: 'pbsSystemConfiguration',
|
||||
expanded: true,
|
||||
children: [
|
||||
{
|
||||
text: gettext('User Management'),
|
||||
iconCls: 'fa fa-user',
|
||||
path: 'pbsUserView',
|
||||
leaf: true
|
||||
},
|
||||
{
|
||||
text: gettext('Data Store'),
|
||||
iconCls: 'fa fa-archive',
|
||||
|
Reference in New Issue
Block a user