[pve-devel] [PATCH] qmtemplate task : format task description

Alexandre Derumier aderumier at odiso.com
Wed May 8 10:41:17 CEST 2013


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 www/manager/Utils.js |    1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager/Utils.js b/www/manager/Utils.js
index 1c6ca23..69aa0d7 100644
--- a/www/manager/Utils.js
+++ b/www/manager/Utils.js
@@ -440,6 +440,7 @@ Ext.define('PVE.Utils', { statics: {
 	qmdestroy: [ 'VM', gettext('Destroy') ],
 	qmigrate: [ 'VM', gettext('Migrate') ],
 	qmclone: [ 'VM', gettext('Clone') ],
+	qmtemplate: [ 'VM', gettext('Convert To Template') ],
 	qmstart: [ 'VM', gettext('Start') ],
 	qmstop: [ 'VM', gettext('Stop') ],
 	qmreset: [ 'VM', gettext('Reset') ],
-- 
1.7.10.4




More information about the pve-devel mailing list