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>
This commit is contained in:
Dominik Csapak
2020-06-05 10:11:51 +02:00
committed by Dietmar Maurer
parent eb80aac288
commit 98bb3b9016
4 changed files with 20 additions and 39 deletions

View File

@ -23,7 +23,6 @@ JSSRC= \
Subscription.js \
DataStorePrune.js \
DataStoreConfig.js \
DataStoreStatus.js \
DataStoreStatistic.js \
DataStoreContent.js \
DataStorePanel.js \