]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add reboot for containers into task description table
authorOguz Bektas <o.bektas@proxmox.com>
Tue, 12 Nov 2019 16:27:02 +0000 (17:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Nov 2019 11:10:56 +0000 (12:10 +0100)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Utils.js

index e3dcfcdfd77d7cdfd67546a22b9674ca9aee3434..3a8fa9abc786238cd9042748a2344ad99ec049e4 100644 (file)
--- 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') ],