From a34acae4917eb7c1ccf5933bf8e1562d123f48de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Dombya?= <135591453+hervedombya@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:07:22 +0100 Subject: [PATCH] ARTESCA-12459 // Severity icon is not displayed in the Alert email Update alert email to display severity icon correctly Fix missing newline at end of email.html file --- ui/public/brand/email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/public/brand/email.html b/ui/public/brand/email.html index 92e7d64126..b95e09cbba 100644 --- a/ui/public/brand/email.html +++ b/ui/public/brand/email.html @@ -612,9 +612,9 @@ {{ if eq .Labels.severity "critical" }} - + (critical) {{ else if eq .Labels.severity "warning" }} - + (warning) {{ else }} {{ .Labels.severity }} {{ end }} {{ .Labels.alertname }}