On Wed, Jun 13, 2018 at 04:34:42PM +0200, Thomas Lamprecht wrote: > Signed-off-by: Thomas Lamprecht <[email protected]> > --- > www/manager6/lxc/CreateWizard.js | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/www/manager6/lxc/CreateWizard.js > b/www/manager6/lxc/CreateWizard.js > index c39db169..a913ca0c 100644 > --- a/www/manager6/lxc/CreateWizard.js > +++ b/www/manager6/lxc/CreateWizard.js > @@ -252,6 +252,15 @@ Ext.define('PVE.lxc.CreateWizard', { > ] > } > ], > + dockedItems: [ > + { > + xtype: 'proxmoxcheckbox', > + name: 'start', > + dock: 'bottom', > + margin: '5 0 0 0', > + boxLabel: gettext('Start after created') > + } > + ], > listeners: { > show: function(panel) { > var wizard = this.up('window'); > -- > 2.17.1
_______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
