[pve-devel] applied: [PATCH] ui: iso selector: fix layout, stretch items again to full space

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Nov 22 20:41:39 CET 2023


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---

fixes the recent refactoring into its own component

 www/manager6/form/IsoSelector.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/manager6/form/IsoSelector.js b/www/manager6/form/IsoSelector.js
index 632ee7f0..0bc6346c 100644
--- a/www/manager6/form/IsoSelector.js
+++ b/www/manager6/form/IsoSelector.js
@@ -6,6 +6,11 @@ Ext.define('PVE.form.IsoSelector', {
 	'Proxmox.Mixin.CBind',
     ],
 
+    layout: {
+	type: 'vbox',
+	align: 'stretch',
+    },
+
     nodename: undefined,
     insideWizard: false,
 
-- 
2.39.2






More information about the pve-devel mailing list