[pve-devel] [PATCH manager 2/2] ui: lxc/features: add fuse

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Dec 4 10:03:16 CET 2018


Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
 www/manager6/lxc/FeaturesEdit.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/manager6/lxc/FeaturesEdit.js b/www/manager6/lxc/FeaturesEdit.js
index 5e359e26..da1320e8 100644
--- a/www/manager6/lxc/FeaturesEdit.js
+++ b/www/manager6/lxc/FeaturesEdit.js
@@ -54,6 +54,11 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
 		disabled: '{unprivileged}',
 		boxLabel: '{privilegedOnly}',
 	    }
+	},
+	{
+	    xtype: 'proxmoxcheckbox',
+	    name: 'fuse',
+	    fieldLabel: 'FUSE'
 	}
     ],
 
-- 
2.11.0





More information about the pve-devel mailing list