Add online help for some complex Qemu InputPanels
This commit is contained in:
parent
8da63bc25d
commit
3f5b6514fc
@ -42,6 +42,7 @@ Ext.define('PVE.qemu.CreateWizard', {
|
||||
{
|
||||
xtype: 'inputpanel',
|
||||
title: gettext('General'),
|
||||
onlineHelp: 'chapter-qm.html#_general_settings',
|
||||
column1: [
|
||||
{
|
||||
xtype: 'pveNodeSelector',
|
||||
|
@ -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,
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user