From bfade4b40b912a25ad6df7ed1ea35e7601771abd Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 4 Apr 2016 12:42:32 +0200 Subject: [PATCH] Utils.js: add task descriptions for vzclone and vztemplate --- www/manager6/Utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 4c81501b..633f4d73 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -553,6 +553,8 @@ Ext.define('PVE.Utils', { statics: { vzrestore: ['CT', gettext('Restore') ], vzdestroy: ['CT', gettext('Destroy') ], vzmigrate: [ 'CT', gettext('Migrate') ], + vzclone: [ 'CT', gettext('Clone') ], + vztemplate: [ 'CT', gettext('Convert to template') ], vzstart: ['CT', gettext('Start') ], vzstop: ['CT', gettext('Stop') ], vzmount: ['CT', gettext('Mount') ],