Navigation: Move k6 to top-level, rename to "Performance testing" (#59481)

Move k6 to top-level, rename to "Performance testing"
This commit is contained in:
Ashley Harrison
2022-11-30 10:27:41 +00:00
committed by GitHub
parent 695cb06c77
commit eaa4d19ed0

View File

@@ -263,6 +263,7 @@ func (s *ServiceImpl) readNavigationSettings() {
"grafana-ml-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 3, Text: "Machine Learning"},
"grafana-cloud-link-app": {SectionID: navtree.NavIDCfg},
"grafana-easystart-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightSavedItems + 1, Text: "Connections"},
"grafana-k6-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightAlertsAndIncidents + 1, Text: "Performance testing"},
}
s.navigationAppPathConfig = map[string]NavigationAppConfig{