]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu/PCIEdit: change onlineHelp link to vm config section
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 30 Jul 2021 06:40:53 +0000 (08:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Jul 2021 12:49:14 +0000 (14:49 +0200)
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>
www/manager6/qemu/PCIEdit.js

index e1c6aea77f674a2eedce8c1ad4674d19fd5f4e5c..f505e34f54aacd56bc637051b9dbfca5d1cadb9e 100644 (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;