[pve-devel] [RFC proxmox-widget-toolkit] tasks: put vzdump into VM/CT category

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Nov 28 10:51:41 CET 2018


to allow rendering of guest ID if available.

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
this is not strictly needed, and only makes sense if the other patch gets applied ;)

 Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utils.js b/Utils.js
index 37eba47..9b7a9fd 100644
--- a/Utils.js
+++ b/Utils.js
@@ -488,7 +488,7 @@ Ext.define('Proxmox.Utils', { utilities: {
 	imgdel: ['', gettext('Erase data') ],
 	unknownimgdel: ['', gettext('Destroy image from unkown 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') ],
-- 
2.19.2





More information about the pve-devel mailing list