ui: ZFS create: use correct typeParameter name for disk selector

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-03 17:59:58 +02:00
parent 08cb2038bd
commit a5a85d41ff

View File

@ -75,7 +75,7 @@ Ext.define('PBS.window.CreateZFS', {
xtype: 'pmxMultiDiskSelector',
name: 'devices',
nodename: 'localhost',
typeParam: 'usage-type',
typeParameter: 'usage-type',
valueField: 'name',
height: 200,
emptyText: gettext('No Disks unused'),