Alerting: Filter rules list (#32818)

This commit is contained in:
Nathan Rodman
2021-04-15 04:53:40 -07:00
committed by GitHub
parent ffe90b7abf
commit 345d9f93fe
12 changed files with 312 additions and 17 deletions

View File

@@ -91,3 +91,9 @@ export interface RuleLocation {
groupName: string;
ruleHash: number;
}
export interface RuleFilterState {
queryString?: string;
dataSource?: string;
alertState?: string;
}