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') ],