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

This commit is contained in:
Ashley Harrison 2022-11-10 17:02:41 +00:00 committed by GitHub
parent 261d620f1c
commit 9cbbe65243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{