]> git.proxmox.com Git - proxmox-backup.git/commit
ui: replace DataStoreStatus with DataStoreConfig
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 5 Jun 2020 08:11:51 +0000 (10:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 6 Jun 2020 05:56:35 +0000 (07:56 +0200)
commit98bb3b90167ee41a7801fab48a33b9375eb02e7e
tree695a69311e8be4a1ed52d3982909573e970f3247
parenteb80aac2882401616df1be9c0f486343fc99ace3
ui: replace DataStoreStatus with DataStoreConfig

We will show an overall status of the DataStores in the Dashboard, so there
is no need for a seperate DataStores Status.

This means we can move the Config to where the Status was, and remove
the duplicated entry in the NavigationTree, reducing confusion for users

We can still seperate the permissions by simply showing a permission
denied error, or simply leaving the list empty

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/DataStoreConfig.js
www/DataStoreStatus.js [deleted file]
www/Makefile
www/NavigationTree.js