]> git.proxmox.com Git - proxmox-backup.git/commit
ui: acl: add improved permission selector
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Jul 2020 18:10:06 +0000 (20:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Jul 2020 18:10:11 +0000 (20:10 +0200)
commitd757021f4c83326b1af2281149f44b4ce7a9fa1f
tree255ffa1df7158a528d31a67348a176798096b354
parentee15af6bb81596d8c132acb05ed7f232e00ed3f7
ui: acl: add improved permission selector

taken mostly from PVE, with adaption to how PBS does things.
Main difference is that we do not have a resource store singleton
here which we can use, but for datastores we can already use the
always present datastore-list store. Register it to the store manager
with a "storeId" property (vs. our internal storeid one).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/Makefile
www/NavigationTree.js
www/form/PermissionPathSelector.js [new file with mode: 0644]
www/window/ACLEdit.js