mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-03 19:46:34 +00:00
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:
parent
68c86905f9
commit
acddfb9bd9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user