]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
tasks: put vzdump into VM/CT category
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 28 Nov 2018 09:51:41 +0000 (10:51 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Jan 2019 08:19:40 +0000 (09:19 +0100)
to allow rendering of guest ID if available.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Utils.js

index cf5d7b430a0f7b5bae7b3064d54c2005c54149c6..db55996e774daf986b84649a0885a87f544febbc 100644 (file)
--- a/Utils.js
+++ b/Utils.js
@@ -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') ],