mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Correlations: Hide Correlations Page behind a feature toggle (#55224)
* Hide Correlations Page behind a toggle * Remove redundant defaults * Ensure top nav is rendered when correlations are disabled This is for the case when: [feature_toggles] topnav = true
This commit is contained in:
@@ -46,6 +46,7 @@ export interface FeatureToggles {
|
||||
exploreMixedDatasource?: boolean;
|
||||
tracing?: boolean;
|
||||
commandPalette?: boolean;
|
||||
correlations?: boolean;
|
||||
cloudWatchDynamicLabels?: boolean;
|
||||
datasourceQueryMultiStatus?: boolean;
|
||||
traceToMetrics?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user