Add online help for some complex Qemu InputPanels

This commit is contained in:
Emmanuel Kasper 2016-06-01 12:15:45 +02:00 committed by Dietmar Maurer
parent 285403bf62
commit 8aa37826e7
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Ext.define('PVE.qemu.CreateWizard', {
{ {
xtype: 'inputpanel', xtype: 'inputpanel',
title: gettext('General'), title: gettext('General'),
onlineHelp: 'chapter-qm.html#_general_settings',
column1: [ column1: [
{ {
xtype: 'pveNodeSelector', xtype: 'pveNodeSelector',

View File

@ -3,6 +3,7 @@
Ext.define('PVE.qemu.HDInputPanel', { Ext.define('PVE.qemu.HDInputPanel', {
extend: 'PVE.panel.InputPanel', extend: 'PVE.panel.InputPanel',
alias: 'widget.PVE.qemu.HDInputPanel', alias: 'widget.PVE.qemu.HDInputPanel',
onlineHelp: 'chapter-qm.html#_hard_disk',
insideWizard: false, insideWizard: false,

View File

@ -1,6 +1,7 @@
Ext.define('PVE.qemu.OSTypeInputPanel', { Ext.define('PVE.qemu.OSTypeInputPanel', {
extend: 'PVE.panel.InputPanel', extend: 'PVE.panel.InputPanel',
alias: 'widget.PVE.qemu.OSTypeInputPanel', alias: 'widget.PVE.qemu.OSTypeInputPanel',
onlineHelp: 'chapter-qm.html#_os_settings',
initComponent : function() { initComponent : function() {
var me = this; var me = this;