I am defining panel link on Grafana message template but it is showing up as normal text enter image description here
But I want something like this on the message. enter image description here
This is my code: ``{{- define “slack.text” -}}
{{- range .Alerts -}}
{{ if gt (len .Annotations) 0 }}
Summary: {{.Annotations.summary}}
Description: {{.Annotations.description}}
Go to dashboard: {{.DashboardURL}}
{{ end }}
{{ end }}
`{{ end }}```
Can anybody please assist me on this.
Regards, Zeeshan Khan