mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -120,6 +120,7 @@ export interface PostableGrafanaRuleDefinition {
|
||||
export interface GrafanaRuleDefinition extends PostableGrafanaRuleDefinition {
|
||||
uid: string;
|
||||
namespace_uid: string;
|
||||
namespace_id: number;
|
||||
}
|
||||
|
||||
export interface RulerGrafanaRuleDTO {
|
||||
|
||||
Reference in New Issue
Block a user