mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-12 15:53:00 +00:00
ui: permissions: allow to select root path '/' directly
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
16e64c97d6
commit
b55e7f5ad9
@ -4,6 +4,7 @@ Ext.define('PVE.data.PermPathStore', {
|
|||||||
fields: [ 'value' ],
|
fields: [ 'value' ],
|
||||||
autoLoad: false,
|
autoLoad: false,
|
||||||
data: [
|
data: [
|
||||||
|
{'value': '/'},
|
||||||
{'value': '/access'},
|
{'value': '/access'},
|
||||||
{'value': '/nodes'},
|
{'value': '/nodes'},
|
||||||
{'value': '/pool'},
|
{'value': '/pool'},
|
||||||
|
Loading…
Reference in New Issue
Block a user