]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: node: lvmthin: add volume group to columns
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 25 Oct 2021 13:47:51 +0000 (15:47 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 10 Nov 2021 13:03:27 +0000 (14:03 +0100)
to be able to identify thin pools even if they have the same name.

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

index db9ea2499744c88faadfadfbfba33b97dd053cb7..4a0b21badfb53882c28b2282bbc8447056e3b174 100644 (file)
@@ -64,6 +64,11 @@ Ext.define('PVE.node.LVMThinList', {
            dataIndex: 'lv',
            flex: 1,
        },
+       {
+           header: 'Volume Group',
+           width: 110,
+           dataIndex: 'vg',
+       },
        {
            header: gettext('Usage'),
            width: 110,