[pve-devel] [PATCH manager] ui: qemu/PCIEdit: change onlineHelp link to vm config section

Dominik Csapak d.csapak at proxmox.com
Fri Jul 30 08:40:53 CEST 2021


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 at proxmox.com>
---
 www/manager6/qemu/PCIEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/PCIEdit.js b/www/manager6/qemu/PCIEdit.js
index e1c6aea7..f505e34f 100644
--- a/www/manager6/qemu/PCIEdit.js
+++ b/www/manager6/qemu/PCIEdit.js
@@ -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;
-- 
2.30.2






More information about the pve-devel mailing list