mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Allow Rules to Schedule to be filtered by Rule Group (#59990)
* Alerting: Allow Rules to Schedule to be filtered by Rule Group
This commit is contained in:
@@ -398,6 +398,7 @@ type CountAlertRulesQuery struct {
|
||||
|
||||
type GetAlertRulesForSchedulingQuery struct {
|
||||
PopulateFolders bool
|
||||
RuleGroups []string
|
||||
|
||||
ResultRules []*AlertRule
|
||||
ResultFoldersTitles map[string]string
|
||||
|
||||
Reference in New Issue
Block a user