public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: dashobard/DataStoreStatistics: add 'Available' column
@ 2021-03-29 12:07 Dominik Csapak
  2021-04-08 11:28 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-03-29 12:07 UTC (permalink / raw)
  To: pbs-devel

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>
---
 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',
-- 
2.20.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-08 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 12:07 [pbs-devel] [PATCH proxmox-backup] ui: dashobard/DataStoreStatistics: add 'Available' column Dominik Csapak
2021-04-08 11:28 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal