diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dbfb6d..d73254a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version ### Changed -- panel: level-1 backstop is shown as a dedicated line (`N messages / Ws`) and - in message-limit labels; Settings uses a code-row for the L1 value. Domain +- panel: level-1 backstop is shown as muted copy (`N messages / Ws — Settings`) + and in message-limit labels; Settings uses a code-row for the L1 value. Domain and application rate-limit status uses the shared `st` badge (`active` / - `inactive — level 1 only`). Trusted-IP override copy is a single paragraph. + `inactive — level 1 only`). Trusted-IP override copy is a single paragraph; + domain rate-limit help sits above Save; Address mode drops the duplicate + field label. ## [1.2.4] - 2026-08-12 diff --git a/internal/web/view/templates/domain_detail.html b/internal/web/view/templates/domain_detail.html index 9e6e6ab..dabfeac 100644 --- a/internal/web/view/templates/domain_detail.html +++ b/internal/web/view/templates/domain_detail.html @@ -330,8 +330,7 @@

Address mode

- - @@ -349,10 +348,7 @@

These IPs get a higher ceiling than the domain (≤ level 1) and skip the domain check; everyone else uses {{if $.DomainHasRL}}the domain ceiling ({{$.DomainRLMaxNum}}){{else}}level 1 only{{end}}.

-

Level 1 backstop: - {{$.L1Messages}} messages / - {{$.L1Window}}s - — Settings.

+

Level 1 backstop: {{$.L1Messages}} messages / {{$.L1Window}}s — Settings.

@@ -422,12 +418,7 @@

Optional level-2 sending rate limit {{if .DomainHasRL}}active{{else}}inactive — level 1 only{{end}}

-

Applies to every client IP on this domain. Leave the - message limit empty to use level 1 only.

-

Level 1 backstop (from .env): - {{.L1Messages}} messages / - {{.L1Window}}s - — see Settings.

+

Level 1 backstop: {{.L1Messages}} messages / {{.L1Window}}s — Settings.

@@ -441,7 +432,8 @@
- +

Applies to every client IP on this domain. Leave the + message limit empty to use level 1 only.

{{if .DomainHasRL}}