]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Utils.js
add qmreboot task description
[proxmox-widget-toolkit.git] / 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') ],