[pve-devel] [PATCH manager 2/2] Add online help to VM bios settings

Aaron Lauterer a.lauterer at proxmox.com
Wed Sep 18 09:42:37 CEST 2019


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
 www/manager6/qemu/QemuBiosEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/qemu/QemuBiosEdit.js b/www/manager6/qemu/QemuBiosEdit.js
index a0fad159..7283df74 100644
--- a/www/manager6/qemu/QemuBiosEdit.js
+++ b/www/manager6/qemu/QemuBiosEdit.js
@@ -1,6 +1,7 @@
 Ext.define('PVE.qemu.BiosEdit', {
     extend: 'Proxmox.window.Edit',
     alias: 'widget.pveQemuBiosEdit',
+    onlineHelp: 'qm_bios_and_uefi',
 
     initComponent : function() {
 	var me = this;
-- 
2.20.1





More information about the pve-devel mailing list