ui: iso selector: fix layout, stretch items again to full space

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-22 20:40:29 +01:00
parent 3f088b4a50
commit f635d06744

View File

@ -6,6 +6,11 @@ Ext.define('PVE.form.IsoSelector', {
'Proxmox.Mixin.CBind',
],
layout: {
type: 'vbox',
align: 'stretch',
},
nodename: undefined,
insideWizard: false,