mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DockedMegaMenu: Clean up toggle and old code (#81878)
* remove toggle * remove code not behind toggle * remove old MegaMenu * rename DockedMegaMenu -> MegaMenu and clean up go code * fix backend test * run yarn i18n:extract * fix some unit tests * fix remaining unit tests * fix remaining e2e/unit tests
This commit is contained in:
@@ -99,10 +99,6 @@ const (
|
||||
// Enables topnav support in external plugins. The new Grafana navigation cannot be disabled.
|
||||
FlagTopnav = "topnav"
|
||||
|
||||
// FlagDockedMegaMenu
|
||||
// Enable support for a persistent (docked) navigation menu
|
||||
FlagDockedMegaMenu = "dockedMegaMenu"
|
||||
|
||||
// FlagReturnToPrevious
|
||||
// Enables the return to previous context functionality
|
||||
FlagReturnToPrevious = "returnToPrevious"
|
||||
|
||||
Reference in New Issue
Block a user