mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 11:36:47 +00:00
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:
parent
08dd6ed855
commit
80e364cc24
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user