mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
Display-target-name-better-and-fix-typo
Signed-off-by: Michael Rasmussen <mir@datanom.net>
This commit is contained in:
parent
c3c54c4fa5
commit
57a9ab76f9
@ -178,7 +178,7 @@ Ext.define('PVE.dc.StorageView', {
|
||||
}
|
||||
},
|
||||
{
|
||||
text: PVE.Utils.format_storage_type('ZFS'),
|
||||
text: PVE.Utils.format_storage_type('zfs'),
|
||||
iconCls: 'pve-itype-icon-node',
|
||||
handler: function() {
|
||||
var win = Ext.create('PVE.storage.ZFSEdit', {});
|
||||
|
@ -48,6 +48,14 @@ Ext.define('PVE.storage.ZFSInputPanel', {
|
||||
fieldLabel: gettext('Pool'),
|
||||
allowBlank: false
|
||||
},
|
||||
{
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
name: 'blocksize',
|
||||
height: 22, // hack: set same height as text fields
|
||||
value: '4k',
|
||||
fieldLabel: gettext('Block Size'),
|
||||
allowBlank: false
|
||||
},
|
||||
{
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
name: 'target',
|
||||
@ -66,14 +74,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
|
||||
uncheckedValue: 0,
|
||||
fieldLabel: gettext('Enable')
|
||||
},
|
||||
{
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
name: 'blocksize',
|
||||
height: 22, // hack: set same height as text fields
|
||||
value: '4k',
|
||||
fieldLabel: gettext('Block Size'),
|
||||
allowBlank: false
|
||||
},
|
||||
{
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
name: 'iscsiprovider',
|
||||
|
Loading…
Reference in New Issue
Block a user