Chore: remove the dataConnectionsConsole feature toggle (#83661)

chore: remove `dataConnectionsConsole` feature toggle
This commit is contained in:
Levente Balogh
2024-02-29 10:29:41 +01:00
committed by GitHub
parent f8ce8d0600
commit f394e8333e
6 changed files with 5 additions and 33 deletions

View File

@@ -107,10 +107,6 @@ const (
// Logs the path for requests that are instrumented as unknown
FlagLogRequestsInstrumentedAsUnknown = "logRequestsInstrumentedAsUnknown"
// FlagDataConnectionsConsole
// Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins.
FlagDataConnectionsConsole = "dataConnectionsConsole"
// FlagTopnav
// Enables topnav support in external plugins. The new Grafana navigation cannot be disabled.
FlagTopnav = "topnav"