ui(alerts): drop 'Severity / kind' header — column shows kind only
CI / Lint (pull_request) Successful in 37s
CI / Build (windows/amd64) (pull_request) Successful in 47s
CI / Build (linux/amd64) (pull_request) Successful in 23s
CI / Test (linux/amd64) (pull_request) Successful in 1m27s
CI / Build (linux/arm64) (pull_request) Successful in 46s

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.
This commit is contained in:
2026-05-04 23:22:44 +01:00
parent c446ca072e
commit fc58e57598
+1 -1
View File
@@ -96,7 +96,7 @@
{{/* header row */}}
<div class="alert-row head">
<div></div>
<div>Severity / kind</div>
<div>Kind</div>
<div>Host</div>
<div>Message</div>
<div>Raised</div>