[pve-devel] [PATCH manager 2/6] ui: node: lvmthin: add volume group to columns
Fabian Ebner
f.ebner at proxmox.com
Mon Oct 25 15:47:51 CEST 2021
to be able to identify thin pools even if they have the same name.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
www/manager6/node/LVMThin.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/manager6/node/LVMThin.js b/www/manager6/node/LVMThin.js
index db9ea249..4a0b21ba 100644
--- a/www/manager6/node/LVMThin.js
+++ b/www/manager6/node/LVMThin.js
@@ -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,
--
2.30.2
More information about the pve-devel
mailing list