calert icon indicating copy to clipboard operation
calert copied to clipboard

How to color important stuff?

Open pyromaniac3010 opened this issue 1 year ago • 1 comments

Is it possible to use colors? I tried the following config but it did not work as expected:

templates:
  message.tmpl: |
    {{- if ne .Status "Resolved" -}}<font color=#FF0000>{{- else -}}<font color=#00FF00>{{- end -}}*({{.Labels.severity | toUpper }}) {{ .Labels.alertname | Title }} - {{.Status | Title }}*</font>
    {{ range .Annotations.SortedPairs -}}
    {{ .Name | Title }}: {{ .Value}}
    {{ end -}}

This results in this: image

pyromaniac3010 avatar Apr 24 '23 14:04 pyromaniac3010