matrix-alertbot/matrix_alertbot/resources/templates/alert.html.j2

6 lines
205 B
Text
Raw Normal View History

2022-07-28 17:39:47 +02:00
<font color="#{{ color }}">
<b>[{{ emoji }} {{ status | upper }}]</b>
</font> <a href="{{ url }}">{{ labels.alertname }}</a>
{% if 'job' in labels %} ({{ labels.job }}){% endif %}<br/>
{{ description }}