Closed superbrothers closed 1 year ago
This PR changes to use GetString for color of slack sink.
GetString
I want to change the color by .Type as follows:
.Type
color: '{{ if eq .Type "Warning" }}danger{{ else }}good{{ end }}'
This PR changes to use
GetString
for color of slack sink.I want to change the color by
.Type
as follows: