mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 17:38:28 +00:00
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:
parent
a292b056df
commit
4f0d4294cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user