Commit d070946c authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 9cf6d99b
...@@ -134,7 +134,7 @@ Ext.define('PVE.dc.StorageView', { ...@@ -134,7 +134,7 @@ Ext.define('PVE.dc.StorageView', {
win.on('destroy', reload); win.on('destroy', reload);
win.show(); win.show();
} }
}, }
/* the following type are conidered unstable /* the following type are conidered unstable
* so we do not enable that on the GUI for now * so we do not enable that on the GUI for now
......
...@@ -9,7 +9,7 @@ Ext.define('PVE.form.ScsiHwSelector', { ...@@ -9,7 +9,7 @@ Ext.define('PVE.form.ScsiHwSelector', {
['', PVE.Utils.render_scsihw('')], ['', PVE.Utils.render_scsihw('')],
['lsi', PVE.Utils.render_scsihw('lsi')], ['lsi', PVE.Utils.render_scsihw('lsi')],
['megasas', PVE.Utils.render_scsihw('megasas')], ['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(); me.callParent();
......
...@@ -74,8 +74,7 @@ Ext.define('PVE.storage.NexentaInputPanel', { ...@@ -74,8 +74,7 @@ Ext.define('PVE.storage.NexentaInputPanel', {
value: '', value: '',
fieldLabel: gettext('Password'), fieldLabel: gettext('Password'),
allowBlank: false allowBlank: false
}, }
]; ];
me.column2 = [ me.column2 = [
...@@ -100,8 +99,7 @@ Ext.define('PVE.storage.NexentaInputPanel', { ...@@ -100,8 +99,7 @@ Ext.define('PVE.storage.NexentaInputPanel', {
value: '4K', value: '4K',
fieldLabel: gettext('Block Size'), fieldLabel: gettext('Block Size'),
allowBlank: false allowBlank: false
}, }
]; ];
if (me.create || me.storageId !== 'local') { if (me.create || me.storageId !== 'local') {
......
...@@ -63,7 +63,7 @@ Ext.define('PVE.storage.RBDInputPanel', { ...@@ -63,7 +63,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
value: 'cephx;none', value: 'cephx;none',
fieldLabel: gettext('authsupported'), fieldLabel: gettext('authsupported'),
allowBlank: false allowBlank: false
}, }
]; ];
me.column2 = [ me.column2 = [
...@@ -73,7 +73,7 @@ Ext.define('PVE.storage.RBDInputPanel', { ...@@ -73,7 +73,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
checked: true, checked: true,
uncheckedValue: 0, uncheckedValue: 0,
fieldLabel: gettext('Enable') fieldLabel: gettext('Enable')
}, }
]; ];
if (me.create || me.storageId !== 'local') { if (me.create || me.storageId !== 'local') {
......
...@@ -39,7 +39,7 @@ Ext.define('PVE.storage.SheepdogInputPanel', { ...@@ -39,7 +39,7 @@ Ext.define('PVE.storage.SheepdogInputPanel', {
value: '127.0.0.1:7000', value: '127.0.0.1:7000',
fieldLabel: gettext('Gateway'), fieldLabel: gettext('Gateway'),
allowBlank: false allowBlank: false
}, }
]; ];
me.column2 = [ me.column2 = [
...@@ -49,7 +49,7 @@ Ext.define('PVE.storage.SheepdogInputPanel', { ...@@ -49,7 +49,7 @@ Ext.define('PVE.storage.SheepdogInputPanel', {
checked: true, checked: true,
uncheckedValue: 0, uncheckedValue: 0,
fieldLabel: gettext('Enable') fieldLabel: gettext('Enable')
}, }
]; ];
if (me.create || me.storageId !== 'local') { 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