task descriptions: add CT push/pull and HA shutdown

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-06 13:39:42 +01:00
parent 407871d8f8
commit 8a2837f408

View File

@ -497,9 +497,12 @@ Ext.define('Proxmox.Utils', { utilities: {
vzreboot: ['CT', gettext('Reboot') ],
vzsuspend: [ 'CT', gettext('Suspend') ],
vzresume: [ 'CT', gettext('Resume') ],
push_file: ['CT', gettext('Push file')],
pull_file: ['CT', gettext('Pull file')],
hamigrate: [ 'HA', gettext('Migrate') ],
hastart: [ 'HA', gettext('Start') ],
hastop: [ 'HA', gettext('Stop') ],
hashutdown: [ 'HA', gettext('Shutdown') ],
srvstart: ['SRV', gettext('Start') ],
srvstop: ['SRV', gettext('Stop') ],
srvrestart: ['SRV', gettext('Restart') ],