feat(alertlistpanel): support state filter

ref #5981
This commit is contained in:
bergquist
2016-09-14 08:36:44 +02:00
parent b49a642ca5
commit d0f9623037
10 changed files with 81 additions and 24 deletions
+1
View File
@@ -15,6 +15,7 @@ type ItemQuery struct {
AlertId int64 `json:"alertId"`
DashboardId int64 `json:"dashboardId"`
PanelId int64 `json:"panelId"`
NewState []string `json:"newState"`
Limit int64 `json:"alertId"`
}