Commit 07c85089 authored by Dietmar Maurer's avatar Dietmar Maurer

correctly format task description for qmclone tasks.

parent c5e35117
......@@ -439,6 +439,7 @@ Ext.define('PVE.Utils', { statics: {
qmrestore: [ 'VM', gettext('Restore') ],
qmdestroy: [ 'VM', gettext('Destroy') ],
qmigrate: [ 'VM', gettext('Migrate') ],
qmclone: [ 'VM', gettext('Clone') ],
qmstart: [ 'VM', gettext('Start') ],
qmstop: [ 'VM', gettext('Stop') ],
qmreset: [ 'VM', gettext('Reset') ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment