mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
feat(alerting): add link to panel png
This commit is contained in:
@ -3,14 +3,16 @@
|
||||
[[Subject .Subject "Grafana Alert: [ [[.State]] ] [[.Name]]" ]]
|
||||
|
||||
Alertstate: [[.State]]<br />
|
||||
[[.AlertPageUrl]]"<br />
|
||||
[[.DashboardLink]]"<br />
|
||||
[[.AlertPageUrl]]<br />
|
||||
[[.DashboardLink]]<br />
|
||||
[[.Description]]<br />
|
||||
|
||||
[[if eq .State "Ok"]]
|
||||
Everything is Ok
|
||||
[[end]]
|
||||
|
||||
<img src="[[.DashboardImage]]" />
|
||||
|
||||
[[if ne .State "Ok" ]]
|
||||
<table class="row">
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user