* [pbs-devel] [PATCH proxmox-backup] ui: traffic-control: rename add timeframe button to `Add Timeframe`
@ 2025-11-24 14:05 Hannes Laimer
2025-11-24 14:18 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Laimer @ 2025-11-24 14:05 UTC (permalink / raw)
To: pbs-devel
This was confusing since there were two similarly positioned `Add`
buttons on the form when creating a new traffic control rule. This
should clearify that.
Suggested-by: Robert Obkircher <r.obkircher@proxmox.com>
Signed-off-by: Hannes Laimer <h.laimer@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 6079ed6c..83b84ff5 100644
--- a/www/window/TrafficControlEdit.js
+++ b/www/window/TrafficControlEdit.js
@@ -445,7 +445,7 @@ Ext.define('PBS.window.TrafficControlEdit', {
},
{
xtype: 'button',
- text: gettext('Add'),
+ text: gettext('Add Timeframe'),
iconCls: 'fa fa-plus-circle',
handler: 'addTimeframe',
},
--
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-24 14:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-24 14:05 [pbs-devel] [PATCH proxmox-backup] ui: traffic-control: rename add timeframe button to `Add Timeframe` Hannes Laimer
2025-11-24 14:18 ` [pbs-devel] applied: " Thomas Lamprecht
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.