From 450ff445eac5ea0ff86a1e47b656f424f376c066 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:49:07 -0500 Subject: [PATCH] [v9.3.x] Navigation: rename Grafana Machine Learning to just Machine Learning (#58911) Navigation: rename Grafana Machine Learning to just Machine Learning (#58893) rename Grafana Machine Learning to just Machine Learning (cherry picked from commit ac66e14054297c50785491b23dfaeb880cbfe091) Co-authored-by: Ashley Harrison --- pkg/services/navtree/navtreeimpl/applinks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/navtree/navtreeimpl/applinks.go b/pkg/services/navtree/navtreeimpl/applinks.go index 0366fdd6dc7..926f254dd86 100644 --- a/pkg/services/navtree/navtreeimpl/applinks.go +++ b/pkg/services/navtree/navtreeimpl/applinks.go @@ -236,7 +236,7 @@ func (s *ServiceImpl) readNavigationSettings() { "grafana-synthetic-monitoring-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 2, Text: "Synthetics"}, "grafana-oncall-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 1, Text: "OnCall"}, "grafana-incident-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 2, Text: "Incident"}, - "grafana-ml-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 3}, + "grafana-ml-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 3, Text: "Machine Learning"}, "grafana-cloud-link-app": {SectionID: navtree.NavIDCfg}, }