feat(alerting): support for attached graphs in alert notifications

closes #6183
This commit is contained in:
bergquist
2016-10-20 15:06:59 +02:00
parent ded5a0a9d5
commit f77799837e
33 changed files with 2358 additions and 418 deletions

View File

@@ -65,7 +65,12 @@
<table class="twelve columns">
<tr>
<td class="center">
<img src="[[.ImageLink]]" />
[[if ne .ImageLink "" ]]
<img src="[[.ImageLink]]" alt="Alerting Panel"/>
[[end]]
[[if ne .EmbededImage "" ]]
<img src="cid:[[.EmbededImage]]" alt="Alerting Panel"/>
[[end]]
</td>
</tr>
</table>