]> git.proxmox.com Git - proxmox-backup.git/commit
ui: datastore permissions: allow ACL path edit & query namespaces
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 May 2022 16:09:15 +0000 (18:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 May 2022 16:14:37 +0000 (18:14 +0200)
commit33612525e174aca288ebf5a94812bc1154becdb7
tree24b423c83bc06fdb2bdcb5571b622489114b4ab1
parenta502bc561768689a96fcb188947d9df11070a8ef
ui: datastore permissions: allow ACL path edit & query namespaces

Without namespaces this had not much use, but now that we can have
permissions below we should allow so.

For convenience also query the namsepaces here and add them to the
list of available ACL paths, the read-dir shouldn't be that expensive
(albeit, we could cache them in the frontend)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/config/ACLView.js
www/datastore/Panel.js
www/form/PermissionPathSelector.js
www/window/ACLEdit.js