mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 08:16:25 +00:00
Missing commas added
Signed-off-by: Michael Rasmussen <mir@datanom.net>
This commit is contained in:
parent
dd03c1913f
commit
48ec32b2f5
@ -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', {
|
|||||||
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user