fix: alert list panel now works correctly after adding manual annotation on dashboard, fixes #9951

This commit is contained in:
Torkel Ödegaard
2017-11-21 11:28:17 +01:00
parent 14b8bd35ed
commit 0d12b37dfd
5 changed files with 21 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ type ItemQuery struct {
DashboardId int64 `json:"dashboardId"`
PanelId int64 `json:"panelId"`
Tags []string `json:"tags"`
Type string `json:"type"`
Limit int64 `json:"limit"`
}