mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 10:10:14 +00:00
ui: utils: add task descriptions for disk removal
For 'dirremove', it already exists. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
92a1b603f7
commit
03c4aed888
@ -1846,7 +1846,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')],
|
||||
@ -1898,6 +1900,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')],
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user