feat(alerting): removes pause per datasource

This commit is contained in:
bergquist
2016-12-19 13:24:45 +01:00
parent 6b9db0c0c5
commit ecdf1888c4
11 changed files with 83 additions and 65 deletions
+2 -3
View File
@@ -65,7 +65,6 @@ type PauseAlertCommand struct {
Paused bool `json:"paused"`
}
type PauseAlertsCommand struct {
DataSourceIds []int64 `json:"datasourceId"`
Paused bool `json:"paused"`
type PauseAllAlertsCommand struct {
Paused bool `json:"paused"`
}