feat(alerting): add basic UI for history in alert tab

ref #5850
This commit is contained in:
bergquist
2016-08-30 13:22:59 +02:00
parent 650a87dc05
commit 11a4ff0f8a
7 changed files with 80 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ type EvalMatch struct {
type AlertHistory struct {
AlertId int64 `json:"alertId"`
NewState string `json:"netState"`
NewState string `json:"newState"`
Timestamp time.Time `json:"timestamp"`
Title string `json:"title"`
Text string `json:"text"`