mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 20:15:55 +00:00
Add online help for some complex Qemu InputPanels
This commit is contained in:
parent
285403bf62
commit
8aa37826e7
@ -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',
|
||||||
|
@ -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,
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user