mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: New alert list panel component (#34614)
This commit is contained in:
@@ -101,6 +101,13 @@ export interface RuleWithLocation {
|
||||
rule: RulerRuleDTO;
|
||||
}
|
||||
|
||||
export interface PromRuleWithLocation {
|
||||
rule: AlertingRule;
|
||||
dataSourceName: string;
|
||||
namespaceName: string;
|
||||
groupName: string;
|
||||
}
|
||||
|
||||
export interface CloudRuleIdentifier {
|
||||
ruleSourceName: string;
|
||||
namespace: string;
|
||||
|
||||
Reference in New Issue
Block a user