[pve-devel] [PATCH pve-manager 1/2] fabric: increase width of fabric edit/add window

Gabriel Goller g.goller at proxmox.com
Thu Jul 17 14:06:38 CEST 2025


Increase the width of the OSPF and OpenFabric add and create windows.
This looks more pleasant and the input fields aren't that crammed
anymore.

Suggested-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
 www/manager6/sdn/fabrics/FabricEdit.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/manager6/sdn/fabrics/FabricEdit.js b/www/manager6/sdn/fabrics/FabricEdit.js
index 3248dc4ce12a..5aa001564175 100644
--- a/www/manager6/sdn/fabrics/FabricEdit.js
+++ b/www/manager6/sdn/fabrics/FabricEdit.js
@@ -2,6 +2,8 @@ Ext.define('PVE.sdn.Fabric.Fabric.Edit', {
     extend: 'Proxmox.window.Edit',
     mixins: ['Proxmox.Mixin.CBind'],
 
+    width: 400,
+
     fabricId: undefined,
     baseUrl: '/cluster/sdn/fabrics/fabric',
 
-- 
2.39.5





More information about the pve-devel mailing list