[pve-devel] [PATCH pve-manager v3 14/18] ui: permissions: add ACL path for fabrics
Stefan Hanreich
s.hanreich at proxmox.com
Thu May 22 18:17:25 CEST 2025
Expose the newly created ACL path for fabrics in the UI, so users can
configure them.
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
www/manager6/data/PermPathStore.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/data/PermPathStore.js b/www/manager6/data/PermPathStore.js
index 72da2e9da..b2dd16b29 100644
--- a/www/manager6/data/PermPathStore.js
+++ b/www/manager6/data/PermPathStore.js
@@ -15,6 +15,7 @@ Ext.define('PVE.data.PermPathStore', {
{ 'value': '/mapping/usb' },
{ 'value': '/nodes' },
{ 'value': '/pool' },
+ { 'value': '/sdn/fabrics' },
{ 'value': '/sdn/zones' },
{ 'value': '/storage' },
{ 'value': '/vms' },
--
2.39.5
More information about the pve-devel
mailing list