even if unchecked, since the backend now defaults to unprivileged if not defined at all.
Signed-off-by: Fabian Grünbichler <[email protected]> --- www/manager6/lxc/CreateWizard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js index 2971991e2..0f6fcce8d 100644 --- a/www/manager6/lxc/CreateWizard.js +++ b/www/manager6/lxc/CreateWizard.js @@ -65,6 +65,7 @@ Ext.define('PVE.lxc.CreateWizard', { xtype: 'proxmoxcheckbox', name: 'unprivileged', value: true, + uncheckedValue: 0, bind: { value: '{unprivileged}', }, -- 2.39.5 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
