Skip to content
Snippets Groups Projects
Commit 00fc76c7 authored by godog's avatar godog
Browse files

prometheus: fix alerts dashboard links

parent 7591ad0c
No related branches found
No related tags found
No related merge requests found
{{ define "__alertmanagerURL" }}https://alerts.[[ domain ]]/?q=%40state%3Dactive{{ end }}
{{ define "__alertmanagerURL" }}https://alerts.[[ domain_public[0] ]]/?q=%40state%3Dactive{{ end }}
{{ define "email.float.html" }}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
......@@ -372,7 +372,7 @@ a {
<div class="footer">
<table width="100%">
<tr>
<td class="aligncenter content-block"><a href="https://alerts.[[ domain ]]">Alerts dashboard</a></td>
<td class="aligncenter content-block"><a href="https://alerts.[[ domain_public[0] ]]">Alerts dashboard</a></td>
</tr>
</table>
</div></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment