[pve-devel] [PATCH manager 3/6] ui: utils: add task descriptions for disk removal
Fabian Ebner
f.ebner at proxmox.com
Mon Oct 25 15:47:52 CEST 2021
For 'dirremove', it already exists.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
www/manager6/Utils.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index ee92cd43..e4be46c7 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -1845,7 +1845,9 @@ Ext.define('PVE.Utils', {
imgcopy: ['', gettext('Copy data')],
imgdel: ['', gettext('Erase data')],
lvmcreate: [gettext('LVM Storage'), gettext('Create')],
+ lvmremove: ['Volume Group', gettext('Remove')],
lvmthincreate: [gettext('LVM-Thin Storage'), gettext('Create')],
+ lvmthinremove: ['Thinpool', gettext('Remove')],
migrateall: ['', gettext('Migrate all VMs and Containers')],
'move_volume': ['CT', gettext('Move Volume')],
'pbs-download': ['VM/CT', gettext('File Restore Download')],
@@ -1897,6 +1899,7 @@ Ext.define('PVE.Utils', {
vztemplate: ['CT', gettext('Convert to template')],
vzumount: ['CT', gettext('Unmount')],
zfscreate: [gettext('ZFS Storage'), gettext('Create')],
+ zfsremove: ['ZFS Pool', gettext('Remove')],
});
},
--
2.30.2
More information about the pve-devel
mailing list