Alerting: small rule form ux improvements (#36941)

* dedupe folder option for existing grafana rules

* update test mocks

* change toggle to chevron for expanding error state ui

* fix some strict lint errors
This commit is contained in:
Domas
2021-07-21 18:01:05 +03:00
committed by GitHub
parent 5a0221a8c4
commit cac4b4b443
11 changed files with 37 additions and 26 deletions

View File

@@ -120,6 +120,7 @@ export interface PostableGrafanaRuleDefinition {
export interface GrafanaRuleDefinition extends PostableGrafanaRuleDefinition {
uid: string;
namespace_uid: string;
namespace_id: number;
}
export interface RulerGrafanaRuleDTO {