mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-07 10:16:03 +00:00
tasks: put vzdump into VM/CT category
to allow rendering of guest ID if available. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
2caa58a379
commit
9138244f8b
2
Utils.js
2
Utils.js
@ -488,7 +488,7 @@ Ext.define('Proxmox.Utils', { utilities: {
|
|||||||
imgdel: ['', gettext('Erase data') ],
|
imgdel: ['', gettext('Erase data') ],
|
||||||
unknownimgdel: ['', gettext('Destroy image from unknown guest') ],
|
unknownimgdel: ['', gettext('Destroy image from unknown guest') ],
|
||||||
download: ['', gettext('Download') ],
|
download: ['', gettext('Download') ],
|
||||||
vzdump: ['', gettext('Backup') ],
|
vzdump: ['VM/CT', gettext('Backup') ],
|
||||||
aptupdate: ['', gettext('Update package database') ],
|
aptupdate: ['', gettext('Update package database') ],
|
||||||
startall: [ '', gettext('Start all VMs and Containers') ],
|
startall: [ '', gettext('Start all VMs and Containers') ],
|
||||||
stopall: [ '', gettext('Stop all VMs and Containers') ],
|
stopall: [ '', gettext('Stop all VMs and Containers') ],
|
||||||
|
Loading…
Reference in New Issue
Block a user