Skip to content

Commit

Permalink
chore: change selection template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent c77a177 commit fa736ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extalertrules/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (m *AlertRuleStateCheckAction) Describe() action_kit_api.ActionDescription
QuantityRestriction: extutil.Ptr(action_kit_api.All),
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "default",
Label: "alert rule id",
Description: extutil.Ptr("Find alert rule by id"),
Query: "grafana.alert-rule.id=\"\"",
},
Expand Down

0 comments on commit fa736ae

Please sign in to comment.