Add online help for startup/shutdown order and LXC general settings

This commit is contained in:
Emmanuel Kasper 2016-12-01 09:50:06 +01:00 committed by Dietmar Maurer
parent a97bc80075
commit ff05aec018
2 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,7 @@ Ext.define('PVE.lxc.CreateWizard', {
{
xtype: 'inputpanel',
title: gettext('General'),
onlineHelp: 'pct_general',
column1: [
{
xtype: 'pveNodeSelector',

View File

@ -1,5 +1,6 @@
Ext.define('PVE.qemu.StartupInputPanel', {
extend: 'PVE.panel.InputPanel',
onlineHelp: 'qm_startup_and_shutdown',
onGetValues: function(values) {
var me = this;