feat(alerting): make it possible to pause from alert tab

This commit is contained in:
bergquist
2016-10-11 08:40:38 +02:00
parent f3825263d4
commit 804797245d
5 changed files with 21 additions and 17 deletions

View File

@@ -103,8 +103,8 @@ type SaveAlertsCommand struct {
type PauseAlertCommand struct {
OrgId int64
AlertId int64 `json:"alertId"`
Paused bool `json:"paused"`
AlertId int64
Paused bool
}
type SetAlertStateCommand struct {