From 9cbbe652438113b1d277f121be02604cc2360252 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 10 Nov 2022 17:02:41 +0000 Subject: [PATCH] Move cloud link app to the Administration section (#58578) --- pkg/services/navtree/navtreeimpl/applinks.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/services/navtree/navtreeimpl/applinks.go b/pkg/services/navtree/navtreeimpl/applinks.go index 35d4230133d..f103b336525 100644 --- a/pkg/services/navtree/navtreeimpl/applinks.go +++ b/pkg/services/navtree/navtreeimpl/applinks.go @@ -233,6 +233,7 @@ func (s *ServiceImpl) readNavigationSettings() { "grafana-oncall-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 1}, "grafana-incident-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 2}, "grafana-ml-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 3}, + "grafana-cloud-link-app": {SectionID: navtree.NavIDCfg}, } s.navigationAppPathConfig = map[string]NavigationAppConfig{