Move cloud link app to the Administration section (#58578)

pull/58600/head
Ashley Harrison 3 years ago committed by GitHub
parent 261d620f1c
commit 9cbbe65243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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{

Loading…
Cancel
Save