feat(alerting): fixed build issues

This commit is contained in:
Torkel Ödegaard
2016-09-13 16:24:00 +02:00
parent 3af891d023
commit 8c30babdf1
4 changed files with 14 additions and 20 deletions

View File

@@ -40,6 +40,7 @@ type Item struct {
OrgId int64 `json:"orgId"`
DashboardId int64 `json:"dashboardId"`
PanelId int64 `json:"panelId"`
CategoryId int64 `json:"panelId"`
Type ItemType `json:"type"`
Title string `json:"title"`
Text string `json:"text"`