From fc58e57598f47d90873bfe3786be8010c1d10506 Mon Sep 17 00:00:00 2001 From: Steve Cliff Date: Mon, 4 May 2026 23:22:44 +0100 Subject: [PATCH] =?UTF-8?q?ui(alerts):=20drop=20'Severity=20/=20kind'=20he?= =?UTF-8?q?ader=20=E2=80=94=20column=20shows=20kind=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The text in that column is the kind chip (backup_failed, etc). Severity is encoded entirely in colour: severity dot, left-border accent, and the chip's tint. The header promised both but only one made it into text, which read as if the severity word should appear too. Header now reads 'Kind'. Colour does the severity work, as it already did. --- web/templates/pages/alerts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/pages/alerts.html b/web/templates/pages/alerts.html index 5f6db06..c059e24 100644 --- a/web/templates/pages/alerts.html +++ b/web/templates/pages/alerts.html @@ -96,7 +96,7 @@ {{/* header row */}}
-
Severity / kind
+
Kind
Host
Message
Raised