mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-02 16:57:27 +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:....',
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user