From: Dominik Rusovac <d.rusovac@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager] ui: crs: adapt defaultText for hold duration
Date: Mon, 18 May 2026 10:38:11 +0200 [thread overview]
Message-ID: <20260518083811.3652056-1-d.rusovac@proxmox.com> (raw)
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
next reply other threads:[~2026-05-18 8:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 8:38 Dominik Rusovac [this message]
2026-05-18 10:25 ` [PATCH manager] ui: crs: adapt defaultText for hold duration 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=20260518083811.3652056-1-d.rusovac@proxmox.com \
--to=d.rusovac@proxmox.com \
--cc=pve-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.