]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add qmreboot task description
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 12 Sep 2019 11:36:29 +0000 (13:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 19 Sep 2019 11:19:05 +0000 (13:19 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Utils.js

index 533272d5db0b4bc065ffbfcd1253a90e54c6641f..aac877ae3bc1eb6039025524cef6f79a7311a970 100644 (file)
--- a/Utils.js
+++ b/Utils.js
@@ -475,6 +475,7 @@ Ext.define('Proxmox.Utils', { utilities: {
        qmstop: [ 'VM', gettext('Stop') ],
        qmreset: [ 'VM', gettext('Reset') ],
        qmshutdown: [ 'VM', gettext('Shutdown') ],
+       qmreboot: [ 'VM', gettext('Reboot') ],
        qmsuspend: [ 'VM', gettext('Hibernate') ],
        qmpause: [ 'VM', gettext('Pause') ],
        qmresume: [ 'VM', gettext('Resume') ],