ui: dashobard/DataStoreStatistics: add 'Available' column

for some storages, it is valuable information, e.g. if one has datastores
on separate datasets of the same zpool

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-03-29 14:07:15 +02:00 committed by Thomas Lamprecht
parent 1a23132262
commit 6d4fbbc3ea

View File

@ -72,6 +72,13 @@ Ext.define('PBS.DatastoreStatistics', {
width: 90,
renderer: Proxmox.Utils.format_size,
},
{
text: gettext('Available'),
dataIndex: 'avail',
sortable: true,
width: 90,
renderer: Proxmox.Utils.format_size,
},
{
text: gettext('Usage %'),
dataIndex: 'usage',