ui: data/PermPathStore: add missing basic acl paths to acl selector
those two static acl paths were missing in the selector Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
33015eb881
commit
78655b0d9b
@ -6,6 +6,8 @@ Ext.define('PVE.data.PermPathStore', {
|
||||
data: [
|
||||
{ 'value': '/' },
|
||||
{ 'value': '/access' },
|
||||
{ 'value': '/access/groups' },
|
||||
{ 'value': '/access/realm' },
|
||||
{ 'value': '/nodes' },
|
||||
{ 'value': '/pool' },
|
||||
{ 'value': '/storage' },
|
||||
|
Reference in New Issue
Block a user