]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/lxc/Options.js
use Checkbox from widget toolkit
[pve-manager.git] / www / manager6 / lxc / Options.js
index c1da432f32564828155f37eed0090ca95d9c425d..68a82999a9010a03197ae26a8c61e5d9a2242261 100644 (file)
@@ -30,7 +30,7 @@ Ext.define('PVE.lxc.Options', {
                    xtype: 'pveWindowEdit',
                    subject: gettext('Start at boot'),
                    items: {
-                       xtype: 'pvecheckbox',
+                       xtype: 'proxmoxcheckbox',
                        name: 'onboot',
                        uncheckedValue: 0,
                        defaultValue: 0,
@@ -64,7 +64,7 @@ Ext.define('PVE.lxc.Options', {
                    xtype: 'pveWindowEdit',
                    subject: '/dev/console',
                    items: {
-                       xtype: 'pvecheckbox',
+                       xtype: 'proxmoxcheckbox',
                        name: 'console',
                        uncheckedValue: 0,
                        defaultValue: 1,
@@ -121,7 +121,7 @@ Ext.define('PVE.lxc.Options', {
                    xtype: 'pveWindowEdit',
                    subject: gettext('Protection'),
                    items: {
-                       xtype: 'pvecheckbox',
+                       xtype: 'proxmoxcheckbox',
                        name: 'protection',
                        uncheckedValue: 0,
                        defaultValue: 0,