From 8a2837f408bf7e7d50a0fce2cc9f21ff7ceda7be Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 6 Dec 2019 13:39:42 +0100 Subject: [PATCH] task descriptions: add CT push/pull and HA shutdown Signed-off-by: Thomas Lamprecht --- Utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Utils.js b/Utils.js index 8eee10b..1fa6999 100644 --- a/Utils.js +++ b/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') ],