Add online help for start/shutdown for containers

This commit is contained in:
Emmanuel Kasper 2016-12-05 14:48:07 +01:00 committed by Dietmar Maurer
parent 14b0c7ab23
commit 14235a9155

View File

@ -43,7 +43,10 @@ Ext.define('PVE.lxc.Options', {
defaultValue: '',
renderer: PVE.Utils.render_kvm_startup,
editor: caps.vms['VM.Config.Options'] && caps.nodes['Sys.Modify'] ?
'PVE.qemu.StartupEdit' : undefined
{
xtype: 'pveWindowStartupEdit',
onlineHelp: 'pct_startup_and_shutdown'
} : undefined
},
ostype: {
header: gettext('OS Type'),