mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): begin alert rule storage refactoring
This commit is contained in:
@@ -64,15 +64,8 @@ func GetAlerts(c *middleware.Context) Response {
|
||||
Id: alert.Id,
|
||||
DashboardId: alert.DashboardId,
|
||||
PanelId: alert.PanelId,
|
||||
Query: alert.Query,
|
||||
QueryRefId: alert.QueryRefId,
|
||||
WarnLevel: alert.WarnLevel,
|
||||
CritLevel: alert.CritLevel,
|
||||
Frequency: alert.Frequency,
|
||||
Name: alert.Name,
|
||||
Description: alert.Description,
|
||||
QueryRange: alert.QueryRange,
|
||||
Aggregator: alert.Aggregator,
|
||||
State: alert.State,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user