Discussion:
[pve-devel] [RFC proxmox-widget-toolkit] tasks: put vzdump into VM/CT category
Fabian Grünbichler
2018-11-28 09:51:41 UTC
Permalink
to allow rendering of guest ID if available.

Signed-off-by: Fabian Grünbichler <***@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
Loading...