]> git.proxmox.com Git - pve-manager.git/commitdiff
unprivileged:true by default in ct creation
authorOguz Bektas <o.bektas@proxmox.com>
Tue, 12 Feb 2019 14:02:07 +0000 (15:02 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 19 Feb 2019 10:52:16 +0000 (11:52 +0100)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
www/manager6/lxc/CreateWizard.js

index ea86c6aaa665577b59ec6485ad405685faa5b399..b24d371fdaa8b059b89654c7605cf04d9c9e6165 100644 (file)
@@ -7,7 +7,7 @@ Ext.define('PVE.lxc.CreateWizard', {
        data: {
            nodename: '',
            storage: '',
-           unprivileged: false
+           unprivileged: true
        }
     },
 
@@ -57,7 +57,7 @@ Ext.define('PVE.lxc.CreateWizard', {
                {
                    xtype: 'proxmoxcheckbox',
                    name: 'unprivileged',
-                   value: false,
+                   value: true,
                    bind: {
                        value: '{unprivileged}'
                    },