ui: add datastore usages to dashboard

shows an overview over the datastores, including a small chart of the
past month and an estimation of when its full

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-06-09 10:01:14 +02:00
committed by Dietmar Maurer
parent bda48e04da
commit ae66873ce9
3 changed files with 146 additions and 0 deletions

View File

@ -18,6 +18,7 @@ JSSRC= \
window/SyncJobEdit.js \
window/ACLEdit.js \
window/DataStoreEdit.js \
dashboard/DataStoreStatistics.js \
Utils.js \
LoginView.js \
VersionInfo.js \