[pve-devel] [PATCH manager 2/2] add onlineHelp for UEFI

Dominik Csapak d.csapak at proxmox.com
Tue Sep 13 15:12:27 CEST 2016


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
this needs my pve-docs patch with the bios and
uefi documentation, otherwise the links go to
the generic qm documentation

 www/manager6/qemu/HDEfi.js        | 1 +
 www/manager6/qemu/QemuBiosEdit.js | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www/manager6/qemu/HDEfi.js b/www/manager6/qemu/HDEfi.js
index 700caf9..74f49a6 100644
--- a/www/manager6/qemu/HDEfi.js
+++ b/www/manager6/qemu/HDEfi.js
@@ -126,6 +126,7 @@ Ext.define('PVE.qemu.EFIDiskEdit', {
 	/* because create is a method above..., really jslint? */
 	me.items = [{
 	    xtype: 'pveEFIDiskInputPanel',
+	    onlineHelp: 'chapter-qm.html#_bios_and_uefi',
 	    confid: me.confid,
 	    nodename: nodename,
 	    create: true
diff --git a/www/manager6/qemu/QemuBiosEdit.js b/www/manager6/qemu/QemuBiosEdit.js
index ac6689f..1dbaab3 100644
--- a/www/manager6/qemu/QemuBiosEdit.js
+++ b/www/manager6/qemu/QemuBiosEdit.js
@@ -8,6 +8,7 @@ Ext.define('PVE.qemu.BiosEdit', {
 	    subject: 'BIOS',
 	    items: {
 		xtype: 'pveQemuBiosSelector',
+		onlineHelp: 'chapter-qm.html#_bios_and_uefi',
 		name: 'bios',
 		value: '__default__',
 		fieldLabel: 'BIOS'
-- 
2.1.4





More information about the pve-devel mailing list