From: "Michael Köppl" <m.koeppl@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 1/1] ui: traffic-control: increase dialog height to fit "Add Timeframe" button
Date: Tue, 25 Nov 2025 11:58:05 +0100 [thread overview]
Message-ID: <20251125105805.36968-1-m.koeppl@proxmox.com> (raw)
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
next reply other threads:[~2025-11-25 10:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-25 10:58 Michael Köppl [this message]
2025-11-25 15:02 ` [pbs-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251125105805.36968-1-m.koeppl@proxmox.com \
--to=m.koeppl@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.