[pbs-devel] [PATCH proxmox-backup 1/1] ui: traffic-control: increase dialog height to fit "Add Timeframe" button
Michael Köppl
m.koeppl at proxmox.com
Tue Nov 25 11:58:05 CET 2025
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 at 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
More information about the pbs-devel
mailing list