Utils.js: add task descriptions for vzclone and vztemplate

This commit is contained in:
Dietmar Maurer 2016-04-04 12:42:32 +02:00
parent 05e2f88dda
commit bfade4b40b

View File

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