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:
parent
1a23132262
commit
6d4fbbc3ea
@ -72,6 +72,13 @@ Ext.define('PBS.DatastoreStatistics', {
|
|||||||
width: 90,
|
width: 90,
|
||||||
renderer: Proxmox.Utils.format_size,
|
renderer: Proxmox.Utils.format_size,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: gettext('Available'),
|
||||||
|
dataIndex: 'avail',
|
||||||
|
sortable: true,
|
||||||
|
width: 90,
|
||||||
|
renderer: Proxmox.Utils.format_size,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Usage %'),
|
text: gettext('Usage %'),
|
||||||
dataIndex: 'usage',
|
dataIndex: 'usage',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user