Chore: Remove newNavigation feature toggle and old navbar code (#50872)

* Remove newNavigation feature toggle + old code

* fix unit tests

* remove buildCreateNavLinks
This commit is contained in:
Ashley Harrison
2022-06-16 10:48:38 +01:00
committed by GitHub
parent d0808bdafb
commit d0fa326798
33 changed files with 1087 additions and 2484 deletions

View File

@@ -32,7 +32,6 @@ export interface FeatureToggles {
prometheus_azure_auth?: boolean;
prometheusAzureOverrideAudience?: boolean;
influxdbBackendMigration?: boolean;
newNavigation?: boolean;
showFeatureFlagsInUI?: boolean;
publicDashboards?: boolean;
lokiLive?: boolean;