]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: lvm: better convey space information
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 26 Jan 2022 08:42:02 +0000 (09:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jan 2022 11:03:20 +0000 (12:03 +0100)
Namely, that it's just assigned/reserved space, not necessarily
actively used. Selection of forum threads about this confusion (of
dozens more):

https://forum.proxmox.com/threads/93820/
https://forum.proxmox.com/threads/52899/
https://forum.proxmox.com/threads/52929/

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/node/LVM.js

index 58532bb00f8cd1715e5868ab0fe0cdf30d6eb2e3..79cce433185855553f0e79e74aec84a72d1d514d 100644 (file)
@@ -108,8 +108,8 @@ Ext.define('PVE.node.LVMList', {
            align: 'right',
        },
        {
-           header: gettext('Usage'),
-           width: 110,
+           header: gettext('Assigned to LVs'),
+           width: 130,
            dataIndex: 'usage',
            tdCls: 'x-progressbar-default-cell',
            xtype: 'widgetcolumn',