add qmreboot task description

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-09-12 13:36:29 +02:00 committed by Thomas Lamprecht
parent 317eb5611b
commit 7c67159cdc

View File

@ -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') ],