ui: add ACL panel to Configuration

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-05-20 12:15:37 +02:00
committed by Dietmar Maurer
parent 12e3895399
commit 0542cfdf4f
4 changed files with 207 additions and 0 deletions

View File

@ -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',