[pve-devel] [PATCH manager 11/11] ui: disk list: enable wipe disk button
Fabian Ebner
f.ebner at proxmox.com
Fri Apr 23 12:15:01 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
Depends on pve-storage and proxmox-widget-toolkit.
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 8bc1d3f8..845e89e6 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -279,6 +279,7 @@ Ext.define('PVE.node.Config', {
iconCls: 'fa fa-hdd-o',
nodename: nodename,
includePartitions: true,
+ supportsWipeDisk: true,
},
{
xtype: 'pveLVMList',
--
2.20.1
More information about the pve-devel
mailing list