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:
Fabian Grünbichler 2018-11-28 10:51:41 +01:00 committed by Wolfgang Bumiller
parent 2caa58a379
commit 9138244f8b

View File

@ -488,7 +488,7 @@ Ext.define('Proxmox.Utils', { utilities: {
imgdel: ['', gettext('Erase data') ],
unknownimgdel: ['', gettext('Destroy image from unknown guest') ],
download: ['', gettext('Download') ],
vzdump: ['', gettext('Backup') ],
vzdump: ['VM/CT', gettext('Backup') ],
aptupdate: ['', gettext('Update package database') ],
startall: [ '', gettext('Start all VMs and Containers') ],
stopall: [ '', gettext('Stop all VMs and Containers') ],