ui: fixup jslint warnings

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-12-07 13:59:31 +01:00
parent 7c48f7f717
commit 60c81a34cc

View File

@ -1,3 +1,4 @@
/*jslint confusion: true*/
Ext.define('PVE.lxc.FeaturesInputPanel', {
extend: 'Proxmox.panel.InputPanel',
xtype: 'pveLxcFeaturesInputPanel',
@ -10,7 +11,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
viewModel: {
parent: null,
data: {
unprivileged: false,
unprivileged: false
},
formulas: {
privilegedOnly: function(get) {
@ -29,7 +30,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
name: 'keyctl',
bind: {
disabled: '{!unprivileged}',
boxLabel: '{unprivilegedOnly}',
boxLabel: '{unprivilegedOnly}'
}
},
{
@ -43,7 +44,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
fieldLabel: 'NFS',
bind: {
disabled: '{unprivileged}',
boxLabel: '{privilegedOnly}',
boxLabel: '{privilegedOnly}'
}
},
{
@ -52,7 +53,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
fieldLabel: 'CIFS',
bind: {
disabled: '{unprivileged}',
boxLabel: '{privilegedOnly}',
boxLabel: '{privilegedOnly}'
}
},
{