ui: ZFS create: use correct typeParameter name for disk selector
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
08cb2038bd
commit
a5a85d41ff
@ -75,7 +75,7 @@ Ext.define('PBS.window.CreateZFS', {
|
|||||||
xtype: 'pmxMultiDiskSelector',
|
xtype: 'pmxMultiDiskSelector',
|
||||||
name: 'devices',
|
name: 'devices',
|
||||||
nodename: 'localhost',
|
nodename: 'localhost',
|
||||||
typeParam: 'usage-type',
|
typeParameter: 'usage-type',
|
||||||
valueField: 'name',
|
valueField: 'name',
|
||||||
height: 200,
|
height: 200,
|
||||||
emptyText: gettext('No Disks unused'),
|
emptyText: gettext('No Disks unused'),
|
||||||
|
Loading…
Reference in New Issue
Block a user