mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add navigation config for grafana-csp-app (#88360)
Add navigation config for grafana-csp-app
This commit is contained in:
@@ -19,6 +19,7 @@ const (
|
||||
WeightAlertsAndIncidents
|
||||
WeightTestingAndSynthetics
|
||||
WeightMonitoring
|
||||
WeightCloudServiceProviders
|
||||
WeightInfrastructure
|
||||
WeightApplication
|
||||
WeightFrontend
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user