mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-22 18:27:21 +00:00
add reboot for containers into task description table
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
35eec238b2
commit
d1dc9b56e7
1
Utils.js
1
Utils.js
@ -494,6 +494,7 @@ Ext.define('Proxmox.Utils', { utilities: {
|
||||
vzmount: ['CT', gettext('Mount') ],
|
||||
vzumount: ['CT', gettext('Unmount') ],
|
||||
vzshutdown: ['CT', gettext('Shutdown') ],
|
||||
vzreboot: ['CT', gettext('Reboot') ],
|
||||
vzsuspend: [ 'CT', gettext('Suspend') ],
|
||||
vzresume: [ 'CT', gettext('Resume') ],
|
||||
hamigrate: [ 'HA', gettext('Migrate') ],
|
||||
|
Loading…
Reference in New Issue
Block a user