]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: lxc/features: add fuse
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 4 Dec 2018 09:03:16 +0000 (10:03 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Dec 2018 14:42:28 +0000 (15:42 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/lxc/FeaturesEdit.js

index 5e359e26f5192b2f45a2afc0d78251c9ba226527..da1320e8a13524e16883cdb85230d79b49e8d3a2 100644 (file)
@@ -54,6 +54,11 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
                disabled: '{unprivileged}',
                boxLabel: '{privilegedOnly}',
            }
+       },
+       {
+           xtype: 'proxmoxcheckbox',
+           name: 'fuse',
+           fieldLabel: 'FUSE'
        }
     ],