From: Dominik Csapak <d.csapak@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: superseded: [PATCH yew-comp] fix #7959: acme: use correct validation-delay maximum
Date: Mon, 24 Aug 2026 09:55:24 +0200 [thread overview]
Message-ID: <75e3b8b0-33c3-4e8b-8b8d-db19d76f8352@proxmox.com> (raw)
In-Reply-To: <20260824071626.599861-1-d.csapak@proxmox.com>
superseded by v2:
https://lore.proxmox.com/yew-devel/20260824075440.892286-1-d.csapak@proxmox.com/T/#u
On 8/24/26 9:16 AM, Dominik Csapak wrote:
> as this delay is in seconds, and the maximum in the backend is 48 hours,
> use the same 48 hours limit on the frontend (like in the ExtJS UI).
>
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
> src/acme/acme_plugins.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acme/acme_plugins.rs b/src/acme/acme_plugins.rs
> index 82e97e3..4ef46fa 100644
> --- a/src/acme/acme_plugins.rs
> +++ b/src/acme/acme_plugins.rs
> @@ -412,7 +412,7 @@ impl ProxmoxAcmePluginsPanel {
> tr!("Validation Delay"),
> Number::<u8>::new()
> .name("validation-delay")
> - .max(48)
> + .max(48 * 60 * 60)
> .placeholder("30"),
> )
> .with_field(
prev parent reply other threads:[~2026-08-24 7:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-24 7:16 [PATCH yew-comp] fix #7959: acme: use correct validation-delay maximum Dominik Csapak
2026-08-24 7:19 ` Dominik Csapak
2026-08-24 7:55 ` Dominik Csapak [this message]
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=75e3b8b0-33c3-4e8b-8b8d-db19d76f8352@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=yew-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox