From d1dc9b56e75ead77a91c2cbeae1dff04ca2a202a Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Tue, 12 Nov 2019 17:27:02 +0100 Subject: [PATCH] add reboot for containers into task description table Signed-off-by: Oguz Bektas --- Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Utils.js b/Utils.js index e3dcfcd..3a8fa9a 100644 --- a/Utils.js +++ b/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') ],