From 6d4fbbc3ea12cb2bd550028207b3cef2c920be64 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 29 Mar 2021 14:07:15 +0200 Subject: [PATCH] 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 --- www/dashboard/DataStoreStatistics.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/dashboard/DataStoreStatistics.js b/www/dashboard/DataStoreStatistics.js index 13e1d160..7a0cb3dd 100644 --- a/www/dashboard/DataStoreStatistics.js +++ b/www/dashboard/DataStoreStatistics.js @@ -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',