mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
Add navigation config for grafana-csp-app
(#88360)
Add navigation config for grafana-csp-app
This commit is contained in:
parent
a47e71fd34
commit
c977653811
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user