[pve-devel] [PATCH pve-manager v4 13/17] ui: permissions: add ACL path for fabrics

Gabriel Goller g.goller at proxmox.com
Wed Jul 2 16:50:55 CEST 2025


From: Stefan Hanreich <s.hanreich at proxmox.com>

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 f95c0d34bd9d..c7ec42314c82 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