[pve-devel] applied: [PATCH manager] ui CT Features: add checkbox for new "allow mknod device creation in CT"
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Jan 31 20:38:13 CET 2020
note that it's experimental..
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
www/manager6/lxc/FeaturesEdit.js | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/www/manager6/lxc/FeaturesEdit.js b/www/manager6/lxc/FeaturesEdit.js
index f53e8d27..63cd41a7 100644
--- a/www/manager6/lxc/FeaturesEdit.js
+++ b/www/manager6/lxc/FeaturesEdit.js
@@ -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) {
--
2.20.1
More information about the pve-devel
mailing list