Missing commas added

Signed-off-by: Michael Rasmussen <mir@datanom.net>
This commit is contained in:
Michael Rasmussen 2014-06-26 20:31:59 +02:00 committed by Dietmar Maurer
parent dd03c1913f
commit 48ec32b2f5

View File

@ -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,