public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager 1/3] ui: sdn: interface panel: limit heigh
@ 2026-05-20  8:10 Dominik Csapak
  2026-05-20  8:10 ` [PATCH manager 2/3] ui: sdn: redistribution grid: make style consistent Dominik Csapak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dominik Csapak @ 2026-05-20  8:10 UTC (permalink / raw)
  To: pve-devel

so that in the case a node has many network interface, it can still be
used on smaller screens. Without that limit the edit window may grow
beyond the viewport.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/manager6/sdn/fabrics/InterfacePanel.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/manager6/sdn/fabrics/InterfacePanel.js b/www/manager6/sdn/fabrics/InterfacePanel.js
index ab2162b1..5632104a 100644
--- a/www/manager6/sdn/fabrics/InterfacePanel.js
+++ b/www/manager6/sdn/fabrics/InterfacePanel.js
@@ -13,6 +13,8 @@ Ext.define('PVE.sdn.Fabric.InterfacePanel', {
         type: 'checkboxmodel',
     },
 
+    maxHeight: 500,
+
     commonColumns: [
         {
             text: gettext('Status'),
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-20 11:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20  8:10 [PATCH manager 1/3] ui: sdn: interface panel: limit heigh Dominik Csapak
2026-05-20  8:10 ` [PATCH manager 2/3] ui: sdn: redistribution grid: make style consistent Dominik Csapak
2026-05-20  8:10 ` [PATCH manager 3/3] ui: sdn: fabrics: make name required for new fabrics Dominik Csapak
2026-05-20 11:51 ` applied: [PATCH manager 1/3] ui: sdn: interface panel: limit heigh 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