* [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
* [pbs-devel] applied: [PATCH proxmox-backup] ui: dashobard/DataStoreStatistics: add 'Available' column
2021-03-29 12:07 [pbs-devel] [PATCH proxmox-backup] ui: dashobard/DataStoreStatistics: add 'Available' column Dominik Csapak
@ 2021-04-08 11:28 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-04-08 11:28 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Dominik Csapak
On 29.03.21 14:07, Dominik Csapak wrote:
> 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(+)
>
>
applied, thanks!
^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal