feat(alerting): remove dummie values from email notifier

This commit is contained in:
bergquist
2016-06-23 16:30:12 +02:00
parent 6121d15ba7
commit 48e1a17ac2
5 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func GetAlerts(c *middleware.Context) Response {
//TODO: should be possible to speed this up with lookup table
for _, alert := range alertDTOs {
for _, dash := range *dashboardsQuery.Result {
for _, dash := range dashboardsQuery.Result {
if alert.DashboardId == dash.Id {
alert.DashbboardUri = "db/" + dash.Slug
}