ui: bootorder: add onlineHelp link

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2020-11-24 17:52:05 +01:00 committed by Thomas Lamprecht
parent dadba141a8
commit c856bd1c22

View File

@ -11,6 +11,8 @@ Ext.define('PVE.qemu.BootOrderPanel', {
extend: 'Proxmox.panel.InputPanel',
alias: 'widget.pveQemuBootOrderPanel',
onlineHelp: 'qm_bootorder',
vmconfig: {}, // store loaded vm config
store: undefined,