From aaeb1600dd07f521681c20a76de9ab77428e0401 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Thu, 2 Nov 2023 00:11:35 +0100 Subject: [PATCH] change the html output for annots --- bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index 066e928..ba11688 100755 --- a/bot.py +++ b/bot.py @@ -49,15 +49,15 @@ TEMPLATE_HTML = ( "{{ labels.alertname }}" "{% if labels.instance is defined %} {{ labels.instance }}{% endif %}" "{% if annotations.summary is defined %}" - "
" - "
{{ annotations.summary }}
" + "
{{ annotations.summary }}
" "{% else %}" "
" - "" + "" "{% endif %}" )