public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager] ui: crs: adapt defaultText for hold duration
@ 2026-05-18  8:38 Dominik Rusovac
  2026-05-18 10:25 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Rusovac @ 2026-05-18  8:38 UTC (permalink / raw)
  To: pve-devel

Like for all the other options in CRS settings, display default value of
'Hold Duration' using defaultText.

Signed-off-by: Dominik Rusovac <d.rusovac@proxmox.com>
---
 www/manager6/form/CRSOptions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/form/CRSOptions.js b/www/manager6/form/CRSOptions.js
index ed095871..84f6d506 100644
--- a/www/manager6/form/CRSOptions.js
+++ b/www/manager6/form/CRSOptions.js
@@ -107,7 +107,7 @@ Ext.define('PVE.form.CRSOptions', {
                     xtype: 'numberfield',
                     name: 'ha-auto-rebalance-hold-duration',
                     fieldLabel: gettext('Hold Duration'),
-                    emptyText: '3',
+                    emptyText: Proxmox.Utils.defaultText + ' (3)',
                     minValue: 0,
                     step: 1,
                     bind: {
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-18 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18  8:38 [PATCH manager] ui: crs: adapt defaultText for hold duration Dominik Rusovac
2026-05-18 10:25 ` Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal