ui: qemu/PCIEdit: change onlineHelp link to vm config section

link the user directly to the vm config section of the pci
passthrough docs, since that is whats happening on that panel.

It still is on the same page as the whole passthrough docs, so
the remaining info is still there.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-07-30 08:40:53 +02:00 committed by Thomas Lamprecht
parent a292b056df
commit 4f0d4294cf

View File

@ -1,7 +1,7 @@
Ext.define('PVE.qemu.PCIInputPanel', {
extend: 'Proxmox.panel.InputPanel',
onlineHelp: 'qm_pci_passthrough',
onlineHelp: 'qm_pci_passthrough_vm_config',
setVMConfig: function(vmconfig) {
var me = this;