Signed-off-by: Thomas Lamprecht <t.lampre...@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


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to