task descriptions: add CT push/pull and HA shutdown
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
407871d8f8
commit
8a2837f408
3
Utils.js
3
Utils.js
@ -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') ],
|
||||
|
Loading…
Reference in New Issue
Block a user