ui CT Features: add checkbox for new "allow mknod device creation in CT"

note that it's experimental..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-31 20:37:44 +01:00
parent 68c86905f9
commit acddfb9bd9

View 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) {