mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-04 18:31:20 +00:00
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') ],
|
vzreboot: ['CT', gettext('Reboot') ],
|
||||||
vzsuspend: [ 'CT', gettext('Suspend') ],
|
vzsuspend: [ 'CT', gettext('Suspend') ],
|
||||||
vzresume: [ 'CT', gettext('Resume') ],
|
vzresume: [ 'CT', gettext('Resume') ],
|
||||||
|
push_file: ['CT', gettext('Push file')],
|
||||||
|
pull_file: ['CT', gettext('Pull file')],
|
||||||
hamigrate: [ 'HA', gettext('Migrate') ],
|
hamigrate: [ 'HA', gettext('Migrate') ],
|
||||||
hastart: [ 'HA', gettext('Start') ],
|
hastart: [ 'HA', gettext('Start') ],
|
||||||
hastop: [ 'HA', gettext('Stop') ],
|
hastop: [ 'HA', gettext('Stop') ],
|
||||||
|
hashutdown: [ 'HA', gettext('Shutdown') ],
|
||||||
srvstart: ['SRV', gettext('Start') ],
|
srvstart: ['SRV', gettext('Start') ],
|
||||||
srvstop: ['SRV', gettext('Stop') ],
|
srvstop: ['SRV', gettext('Stop') ],
|
||||||
srvrestart: ['SRV', gettext('Restart') ],
|
srvrestart: ['SRV', gettext('Restart') ],
|
||||||
|
Loading…
Reference in New Issue
Block a user