[pve-devel] [PATCH manager 10/11] ui: add task description for wipe disk
Fabian Ebner
f.ebner at proxmox.com
Fri Apr 23 12:15:00 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
www/manager6/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index db3faaef..e66435ed 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -1733,6 +1733,7 @@ Ext.define('PVE.Utils', {
startall: ['', gettext('Start all VMs and Containers')],
stopall: ['', gettext('Stop all VMs and Containers')],
unknownimgdel: ['', gettext('Destroy image from unknown guest')],
+ wipedisk: ['Device', gettext('Wipe Disk')],
vncproxy: ['VM/CT', gettext('Console')],
vncshell: ['', gettext('Shell')],
vzclone: ['CT', gettext('Clone')],
--
2.20.1
More information about the pve-devel
mailing list