* [pbs-devel] [PATCH proxmox-backup 1/1] ui: traffic-control: increase dialog height to fit "Add Timeframe" button
@ 2025-11-25 10:58 Michael Köppl
2025-11-25 15:02 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Michael Köppl @ 2025-11-25 10:58 UTC (permalink / raw)
To: pbs-devel
Due to the new users selection dropdown, the "Add Timeframe" button
would be cut off a bit at the bottom. Increase the height of the dialog
to fit all elements properly.
Signed-off-by: Michael Köppl <m.koeppl@proxmox.com>
---
www/window/TrafficControlEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/window/TrafficControlEdit.js b/www/window/TrafficControlEdit.js
index 7243f5b3..60b3f42a 100644
--- a/www/window/TrafficControlEdit.js
+++ b/www/window/TrafficControlEdit.js
@@ -5,7 +5,7 @@ Ext.define('PBS.window.TrafficControlEdit', {
onlineHelp: 'sysadmin_traffic_control',
width: 800,
- height: 600,
+ height: 610,
isAdd: true,
--
2.47.3
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-25 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-25 10:58 [pbs-devel] [PATCH proxmox-backup 1/1] ui: traffic-control: increase dialog height to fit "Add Timeframe" button Michael Köppl
2025-11-25 15:02 ` [pbs-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox