]> git.proxmox.com Git - proxmox-backup.git/commit
ui: add DataStoreSummary and move Statistics into it
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 27 Oct 2020 15:20:07 +0000 (16:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:41:30 +0000 (17:41 +0100)
commit68931742cb30222fd57ad50273d57dc86eb7b94c
treeb54943781ca856d93fcc5c3c099d0eded681926e
parent3ea148598a4e9d3b3f6c68811244173d050fbc06
ui: add DataStoreSummary and move Statistics into it

this adds a 'Summary' panel to the datastores, similar to what we have
for PVE's nodes/guests/storages

contains an info panel with useful information, a comment field, and
the charts from the statistics panel (which can be deleted since it is
not necessary any more)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/DataStoreNotes.js [new file with mode: 0644]
www/DataStorePanel.js
www/DataStoreStatistic.js [deleted file]
www/DataStoreSummary.js [new file with mode: 0644]
www/Makefile