You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the introduction of #4479, we are unable to validate a previously working alert message template containing the following:
{{ if eq .Level "OK" }}alert is under threshold{{ else }}alert is over threshold{{ end }}
This is a valid template construct as documented in https://golang.org/pkg/text/template/ and it works as intended, therefore it should be accepted as valid.
The text was updated successfully, but these errors were encountered:
Since the introduction of #4479, we are unable to validate a previously working alert message template containing the following:
{{ if eq .Level "OK" }}alert is under threshold{{ else }}alert is over threshold{{ end }}
This is a valid template construct as documented in https://golang.org/pkg/text/template/ and it works as intended, therefore it should be accepted as valid.
The text was updated successfully, but these errors were encountered: