From dd53c9e4975476e3d27ec9023d3e51cd7629b5b0 Mon Sep 17 00:00:00 2001 From: Steve Cliff Date: Mon, 4 May 2026 22:25:35 +0000 Subject: [PATCH] ui(alerts): clarify Acknowledge vs Resolve (#9) Co-authored-by: Steve Cliff Co-committed-by: Steve Cliff --- web/templates/pages/alerts.html | 9 ++++++++- web/templates/partials/alert_row.html | 9 ++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/web/templates/pages/alerts.html b/web/templates/pages/alerts.html index f7475fd..c059e24 100644 --- a/web/templates/pages/alerts.html +++ b/web/templates/pages/alerts.html @@ -28,6 +28,13 @@ + {{/* triage legend โ€” Acknowledge vs Resolve looks identical on screen + (both leave the Open tab) so the difference needs spelling out. */}} +
+ Acknowledge silences fan-out while the underlying problem is still happening โ€” the alert moves to the Acknowledged tab. + Resolve closes the alert; the next failure raises a fresh one with a new notification. +
+ {{/* filter strip */}}
@@ -89,7 +96,7 @@ {{/* header row */}}
-
Severity / kind
+
Kind
Host
Message
Raised
diff --git a/web/templates/partials/alert_row.html b/web/templates/partials/alert_row.html index b194386..7cabdc1 100644 --- a/web/templates/partials/alert_row.html +++ b/web/templates/partials/alert_row.html @@ -69,13 +69,15 @@ {{if $qs}}{{end}} + hx-swap="none" + title="I've seen this โ€” silence further fan-out, but the alert is still open until the condition clears or you Resolve it.">Acknowledge
{{if $qs}}{{end}} + hx-swap="none" + title="The underlying issue is fixed. Closes the alert. If the condition fires again a fresh alert will be raised with a new fan-out.">Resolve
{{else if eq $status "acknowledged"}} @@ -85,7 +87,8 @@ {{if $qs}}{{end}} + hx-swap="none" + title="The underlying issue is fixed. Closes the alert.">Resolve {{else}} resolved ยท {{relTime $a.ResolvedAt}}