]> git.proxmox.com Git - pve-manager.git/commitdiff
ui CT Features: add checkbox for new "allow mknod device creation in CT"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 31 Jan 2020 19:37:44 +0000 (20:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 31 Jan 2020 19:37:46 +0000 (20:37 +0100)
note that it's experimental..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/lxc/FeaturesEdit.js

index f53e8d272772a0019ed5687a5be686bccaacd646..63cd41a7a7679480e464353aac0a91dd7105e5f6 100644 (file)
@@ -60,7 +60,13 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
            xtype: 'proxmoxcheckbox',
            name: 'fuse',
            fieldLabel: 'FUSE'
-       }
+       },
+       {
+           xtype: 'proxmoxcheckbox',
+           name: 'mknod',
+           fieldLabel: gettext('Create Device Nodes'),
+           boxLabel: gettext('Experimental'),
+       },
     ],
 
     onGetValues: function(values) {