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 8da63bc25d
commit 3f5b6514fc
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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