Remove useless quote

This commit is contained in:
Slavi Pantaleev 2024-07-06 22:10:23 +03:00
parent 2617d00e75
commit f5a088b820

View File

@ -205,7 +205,7 @@ matrix_alertmanager_receiver_config_templating_firing_template: |-
# Controls the `templating.resolved-template` configuration setting. # Controls the `templating.resolved-template` configuration setting.
matrix_alertmanager_receiver_config_templating_resolved_template: |- matrix_alertmanager_receiver_config_templating_resolved_template: |-
{% raw %} {% raw %}
<strong><font color="{{ .ComputedValues.color }}">{{ .Alert.Status | ToUpper }}</font></strong>{{ .Alert.Labels.name }}' <strong><font color="{{ .ComputedValues.color }}">{{ .Alert.Status | ToUpper }}</font></strong>{{ .Alert.Labels.name }}
{% endraw %} {% endraw %}
# Default matrix-alertmanager-receiver configuration template which covers the generic use case. # Default matrix-alertmanager-receiver configuration template which covers the generic use case.