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', {
value: 'iqn.2010-09.org.openindiana:omnios:....',
fieldLabel: gettext('Target'),
allowBlank: false
}
},
{
xtype: me.create ? 'textfield' : 'displayfield',
name: 'comstar_tg',
......@@ -87,7 +87,7 @@ Ext.define('PVE.storage.ZFSInputPanel', {
value: 'Comstar',
fieldLabel: gettext('iSCSI Provider'),
allowBlank: false
}
},
xtype: 'pvecheckbox',
name: 'sparse',
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