ui: add UserManagement panel

to add/edit users

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-05-19 09:34:41 +02:00
committed by Dietmar Maurer
parent 1d8ef0dcf7
commit 88acc86129
4 changed files with 321 additions and 0 deletions
+6
View File
@@ -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',