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:
Piotr Jamróz
2022-09-16 15:14:27 +02:00
committed by GitHub
parent 5c66c41220
commit 9b4cdfe652
6 changed files with 38 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ export interface FeatureToggles {
exploreMixedDatasource?: boolean;
tracing?: boolean;
commandPalette?: boolean;
correlations?: boolean;
cloudWatchDynamicLabels?: boolean;
datasourceQueryMultiStatus?: boolean;
traceToMetrics?: boolean;