[pve-devel] [PATCH manager] ui/ct: add autostart-after-create checkbox to wizard

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 13 16:34:42 CEST 2018


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