Commit d070946c authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 9cf6d99b
......@@ -134,7 +134,7 @@ Ext.define('PVE.dc.StorageView', {
win.on('destroy', reload);
win.show();
}
},
}
/* the following type are conidered unstable
* so we do not enable that on the GUI for now
......
......@@ -9,7 +9,7 @@ Ext.define('PVE.form.ScsiHwSelector', {
['', PVE.Utils.render_scsihw('')],
['lsi', PVE.Utils.render_scsihw('lsi')],
['megasas', PVE.Utils.render_scsihw('megasas')],
['virtio-scsi-pci', PVE.Utils.render_scsihw('virtio-scsi-pci')],
['virtio-scsi-pci', PVE.Utils.render_scsihw('virtio-scsi-pci')]
];
me.callParent();
......
......@@ -74,8 +74,7 @@ Ext.define('PVE.storage.NexentaInputPanel', {
value: '',
fieldLabel: gettext('Password'),
allowBlank: false
},
}
];
me.column2 = [
......@@ -100,8 +99,7 @@ Ext.define('PVE.storage.NexentaInputPanel', {
value: '4K',
fieldLabel: gettext('Block Size'),
allowBlank: false
},
}
];
if (me.create || me.storageId !== 'local') {
......
......@@ -63,7 +63,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
value: 'cephx;none',
fieldLabel: gettext('authsupported'),
allowBlank: false
},
}
];
me.column2 = [
......@@ -73,7 +73,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
checked: true,
uncheckedValue: 0,
fieldLabel: gettext('Enable')
},
}
];
if (me.create || me.storageId !== 'local') {
......
......@@ -39,7 +39,7 @@ Ext.define('PVE.storage.SheepdogInputPanel', {
value: '127.0.0.1:7000',
fieldLabel: gettext('Gateway'),
allowBlank: false
},
}
];
me.column2 = [
......@@ -49,7 +49,7 @@ Ext.define('PVE.storage.SheepdogInputPanel', {
checked: true,
uncheckedValue: 0,
fieldLabel: gettext('Enable')
},
}
];
if (me.create || me.storageId !== 'local') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment