+
+
+
+
+
+
+
+ | |
+
+
+
+ {{Subject .Subject "{{.Title}}"}}
+
+
+
+
+
+
+
+
+
+ {{ if gt (len .Alerts.Firing) 0 }}
+ {{.Title}}
+ {{ else }}
+ {{.Title}}
+ {{ end }}
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+ {{ if gt (len .Alerts.Firing) 0 }}
+ |
+ {{ else }}
+ |
+ {{ end }}.
+ {{ .Alerts | len }} alert{{ if gt (len .Alerts) 1 }}s{{ end }} for
+ {{ range .GroupLabels.SortedPairs }}
+ {{ .Name }}={{ .Value }}
+ {{ end }}
+ |
+
+
+
+
+ {{ if gt (len .Alerts.Firing) 0 }}
+
+ |
+ ({{ .Alerts.Firing | len }}) Firing
+ |
+
+ {{ end }}
+ {{ range .Alerts.Firing }}
+
+
+ Labels
+ {{ range .Labels.SortedPairs }}{{ .Name }} = {{ .Value }} {{ end }}
+ {{ if gt (len .Annotations) 0 }}Annotations {{ end }}
+ {{ range .Annotations.SortedPairs }}{{ .Name }} = {{ .Value }} {{ end }}
+ Source
+ |
+
+ {{ end }}
+
+ {{ if gt (len .Alerts.Resolved) 0 }}
+ {{ if gt (len .Alerts.Firing) 0 }}
+
+
+
+
+
+ |
+
+ {{ end }}
+
+ |
+ ({{ .Alerts.Resolved | len }}) Resolved
+ |
+
+ {{ end }}
+ {{ range .Alerts.Resolved }}
+
+
+ Labels
+ {{ range .Labels.SortedPairs }}{{ .Name }} = {{ .Value }} {{ end }}
+ {{ if gt (len .Annotations) 0 }}Annotations {{ end }}
+ {{ range .Annotations.SortedPairs }}{{ .Name }} = {{ .Value }} {{ end }}
+ Source
+ |
+
+ {{ end }}
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
diff --git a/public/emails/reset_password.html b/public/emails/reset_password.html
index 58f92a246a7..697928655ed 100644
--- a/public/emails/reset_password.html
+++ b/public/emails/reset_password.html
@@ -183,7 +183,7 @@ text-decoration: underline;