mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 20:40:21 +00:00
add description for vztemplate and vzclone tasks
This commit is contained in:
parent
6c545e91d3
commit
cab2875f4f
@ -560,6 +560,8 @@ Ext.define('PVE.Utils', { statics: {
|
||||
vzsnapshot: [ 'CT', gettext('Snapshot') ],
|
||||
vzrollback: [ 'CT', gettext('Rollback') ],
|
||||
vzdelsnapshot: [ 'CT', gettext('Delete Snapshot') ],
|
||||
vztemplate: [ 'CT', gettext('Convert to template') ],
|
||||
vzclone: [ 'CT', gettext('Clone') ],
|
||||
hamigrate: [ 'HA', gettext('Migrate') ],
|
||||
hastart: [ 'HA', gettext('Start') ],
|
||||
hastop: [ 'HA', gettext('Stop') ],
|
||||
|
Loading…
Reference in New Issue
Block a user