mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 23:06:47 +00:00
Add online help for startup/shutdown order and LXC general settings
This commit is contained in:
parent
a97bc80075
commit
ff05aec018
@ -175,6 +175,7 @@ Ext.define('PVE.lxc.CreateWizard', {
|
||||
{
|
||||
xtype: 'inputpanel',
|
||||
title: gettext('General'),
|
||||
onlineHelp: 'pct_general',
|
||||
column1: [
|
||||
{
|
||||
xtype: 'pveNodeSelector',
|
||||
|
@ -1,5 +1,6 @@
|
||||
Ext.define('PVE.qemu.StartupInputPanel', {
|
||||
extend: 'PVE.panel.InputPanel',
|
||||
onlineHelp: 'qm_startup_and_shutdown',
|
||||
|
||||
onGetValues: function(values) {
|
||||
var me = this;
|
||||
|
Loading…
Reference in New Issue
Block a user