Commit 4fc7afdf authored by Dietmar Maurer's avatar Dietmar Maurer

add descriptions for snapshot tasks

parent 5174be3c
......@@ -428,6 +428,9 @@ Ext.define('PVE.Utils', { statics: {
task_desc_table: {
vncproxy: [ 'VM/CT', gettext('Console') ],
vncshell: [ '', gettext('Shell') ],
qmsnapshot: [ 'VM', gettext('Snapshot') ],
qmrollback: [ 'VM', gettext('Rollback') ],
qmdelsnapshot: [ 'VM', gettext('Delete Snapshot') ],
qmcreate: [ 'VM', gettext('Create') ],
qmrestore: [ 'VM', gettext('Restore') ],
qmdestroy: [ 'VM', gettext('Destroy') ],
......
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