mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: New feature toggle for enabling standalone alerts (#25984)
* Add feature toggle for standalone alerts * Add IsStandaloneAlertsEnabled exported func
This commit is contained in:
committed by
GitHub
parent
c5bdea5cec
commit
20b603ee1a
@@ -41,6 +41,7 @@ export interface FeatureToggles {
|
||||
meta: boolean;
|
||||
datasourceInsights: boolean;
|
||||
reportGrid: boolean;
|
||||
standaloneAlerts: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -55,6 +55,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
meta: false,
|
||||
datasourceInsights: false,
|
||||
reportGrid: false,
|
||||
standaloneAlerts: false,
|
||||
};
|
||||
licenseInfo: LicenseInfo = {} as LicenseInfo;
|
||||
rendererAvailable = false;
|
||||
|
||||
Reference in New Issue
Block a user