[pve-devel] [PATCH v2 manager 3/3] ui: disk list: include partitions

Fabian Ebner f.ebner at proxmox.com
Mon Feb 8 15:23:29 CET 2021


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---

New in v2

Dependency bump manager -> pve-storage needed, because of the indirect dependency via
widget-toolkit using the new API parameter.

The dependency manager -> widget-toolkit itself is soft, because the parameter is simply
ignored when manager is new and widget-toolkit is old.

 www/manager6/node/Config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index ef3ac32c..8bc1d3f8 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -278,6 +278,7 @@ Ext.define('PVE.node.Config', {
 		    expandedOnInit: true,
 		    iconCls: 'fa fa-hdd-o',
 		    nodename: nodename,
+		    includePartitions: true,
 		},
 		{
 		    xtype: 'pveLVMList',
-- 
2.20.1






More information about the pve-devel mailing list