to allow rendering of guest ID if available.

Signed-off-by: Fabian Grünbichler <[email protected]>
---
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


_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to