Add navigation config for grafana-csp-app (#88360)

Add navigation config for grafana-csp-app
This commit is contained in:
Ana Ivanov 2024-05-29 14:28:33 +03:00 committed by GitHub
parent a47e71fd34
commit c977653811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ const (
WeightAlertsAndIncidents
WeightTestingAndSynthetics
WeightMonitoring
WeightCloudServiceProviders
WeightInfrastructure
WeightApplication
WeightFrontend

View File

@ -303,6 +303,7 @@ func (s *ServiceImpl) readNavigationSettings() {
"grafana-easystart-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightApps + 1, Text: "Connections", Icon: "adjust-circle"},
"k6-app": {SectionID: navtree.NavIDTestingAndSynthetics, SortWeight: 1, Text: "Performance"},
"grafana-asserts-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightAsserts, Icon: "asserts"},
"grafana-csp-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightCloudServiceProviders, Icon: "cloud"},
}
s.navigationAppPathConfig = map[string]NavigationAppConfig{