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:
Dominik Csapak 2021-06-17 15:32:00 +02:00 committed by Thomas Lamprecht
parent 08dd6ed855
commit 80e364cc24

View File

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