]> git.proxmox.com Git - proxmox-backup.git/commit
ui: add ACL panel to datastores
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 20 May 2020 10:15:38 +0000 (12:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 May 2020 11:27:13 +0000 (13:27 +0200)
commitc0ac207453c7751dcaed0982cba44d9995b3a966
tree125869f9e05da686c9dd98b8eca7a1bfa7756f62
parentee1458b61d7eda3a5ed2ddb53bb12473425befb0
ui: add ACL panel to datastores

by introducing a datastorepanel (a TabPanel) which holds the content
and acl panel for now.

to be able to handle this in the router, we have to change the logic
of how to select the datastore from using the subpath to putting it
into the path (and extracting it when necessary)

if we need this again (e.g. possibly for remotes), we can further
refactor this logic to be more generic

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/DataStoreContent.js
www/DataStorePanel.js [new file with mode: 0644]
www/MainView.js
www/Makefile
www/NavigationTree.js
www/Utils.js