[pve-devel] applied: [PATCH manager] ui/ct: add autostart-after-create checkbox to wizard
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Jun 18 11:05:22 CEST 2018
On Wed, Jun 13, 2018 at 04:34:42PM +0200, Thomas Lamprecht wrote:
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
> 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
More information about the pve-devel
mailing list