]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: add auostart after create checkbox
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 1 Jun 2018 14:40:41 +0000 (16:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 12 Jun 2018 07:45:05 +0000 (09:45 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/CreateWizard.js

index c9c0023a5ed9963cc1cd33c00e8a9ca717f5173c..e0e2e128fc938e8da0fbc4a00822d5cfad3b70c5 100644 (file)
@@ -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();