[pve-devel] [PATCH manager] ui: add auostart after create checkbox

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Jun 1 16:40:41 CEST 2018


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---

same would then be added for CTs

 www/manager6/qemu/CreateWizard.js | 9 +++++++++
 1 files changed, 9 insertions(+)

diff --git a/www/manager6/qemu/CreateWizard.js b/www/manager6/qemu/CreateWizard.js
index c9c0023a..e0e2e128 100644
--- a/www/manager6/qemu/CreateWizard.js
+++ b/www/manager6/qemu/CreateWizard.js
@@ -200,6 +200,15 @@ Ext.define('PVE.qemu.CreateWizard', {
 		    ]
 		}
 	    ],
+	    dockedItems: [
+		{
+		    xtype: 'proxmoxcheckbox',
+		    name: 'start',
+		    dock: 'bottom',
+		    margin: '5 0 0 0',
+		    boxLabel: gettext('Start after created')
+		}
+	    ],
 	    listeners: {
 		show: function(panel) {
 		    var kv = this.up('window').getValues();
-- 
2.17.1





More information about the pve-devel mailing list