[pve-devel] [PATCH widget-toolkit 5/6] add reboot for containers into task description table

Oguz Bektas o.bektas at proxmox.com
Tue Nov 12 17:27:02 CET 2019


Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
 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') ],
-- 
2.20.1




More information about the pve-devel mailing list