Commit 072ea401 authored by Michael Rasmussen's avatar Michael Rasmussen Committed by Dietmar Maurer

Missing commas added

Signed-off-by: 's avatarMichael Rasmussen <mir@datanom.net>
parent bc1936de
...@@ -61,7 +61,7 @@ Ext.define('PVE.storage.ZFSInputPanel', { ...@@ -61,7 +61,7 @@ Ext.define('PVE.storage.ZFSInputPanel', {
value: 'iqn.2010-09.org.openindiana:omnios:....', value: 'iqn.2010-09.org.openindiana:omnios:....',
fieldLabel: gettext('Target'), fieldLabel: gettext('Target'),
allowBlank: false allowBlank: false
} },
{ {
xtype: me.create ? 'textfield' : 'displayfield', xtype: me.create ? 'textfield' : 'displayfield',
name: 'comstar_tg', name: 'comstar_tg',
...@@ -87,7 +87,7 @@ Ext.define('PVE.storage.ZFSInputPanel', { ...@@ -87,7 +87,7 @@ Ext.define('PVE.storage.ZFSInputPanel', {
value: 'Comstar', value: 'Comstar',
fieldLabel: gettext('iSCSI Provider'), fieldLabel: gettext('iSCSI Provider'),
allowBlank: false allowBlank: false
} },
xtype: 'pvecheckbox', xtype: 'pvecheckbox',
name: 'sparse', name: 'sparse',
checked: false, checked: false,
......
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