change the html output for annots

master
jeltz 6 months ago
parent c1e1501649
commit aaeb1600dd
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -49,15 +49,15 @@ TEMPLATE_HTML = (
"<b>{{ labels.alertname }}</b>"
"{% if labels.instance is defined %} {{ labels.instance }}{% endif %}"
"{% if annotations.summary is defined %}"
"<br/>"
"<blockquote>{{ annotations.summary }}</blockquote>"
"<br/><blockquote>{{ annotations.summary }}</blockquote>"
"{% else %}"
"<br/>"
"<ul>"
"<blockquote>"
"{% for key, value in annotations.items() %}"
"<li><b>{{ key | capitalize }} :</b> {{ value }}</li>"
"<b>{{ key | capitalize }} :</b> {{ value }}<br/>"
"{% endfor %}"
"</ul>"
"</blockquote>"
"{% endif %}"
)

Loading…
Cancel
Save