From acddfb9bd97b54c39d84e48a5c0d0b6241bf4a3d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 31 Jan 2020 20:37:44 +0100 Subject: [PATCH] ui CT Features: add checkbox for new "allow mknod device creation in CT" note that it's experimental.. Signed-off-by: Thomas Lamprecht --- 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) {