public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] applied: [PATCH] ui: iso selector: fix layout, stretch items again to full space
@ 2023-11-22 19:41 Thomas Lamprecht
  0 siblings, 0 replies; only message in thread
From: Thomas Lamprecht @ 2023-11-22 19:41 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Thomas Lamprecht <t.lamprecht@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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 19:41 [pve-devel] applied: [PATCH] ui: iso selector: fix layout, stretch items again to full space Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal