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:
parent
a47e71fd34
commit
c977653811
@ -19,6 +19,7 @@ const (
|
|||||||
WeightAlertsAndIncidents
|
WeightAlertsAndIncidents
|
||||||
WeightTestingAndSynthetics
|
WeightTestingAndSynthetics
|
||||||
WeightMonitoring
|
WeightMonitoring
|
||||||
|
WeightCloudServiceProviders
|
||||||
WeightInfrastructure
|
WeightInfrastructure
|
||||||
WeightApplication
|
WeightApplication
|
||||||
WeightFrontend
|
WeightFrontend
|
||||||
|
@ -303,6 +303,7 @@ func (s *ServiceImpl) readNavigationSettings() {
|
|||||||
"grafana-easystart-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightApps + 1, Text: "Connections", Icon: "adjust-circle"},
|
"grafana-easystart-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightApps + 1, Text: "Connections", Icon: "adjust-circle"},
|
||||||
"k6-app": {SectionID: navtree.NavIDTestingAndSynthetics, SortWeight: 1, Text: "Performance"},
|
"k6-app": {SectionID: navtree.NavIDTestingAndSynthetics, SortWeight: 1, Text: "Performance"},
|
||||||
"grafana-asserts-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightAsserts, Icon: "asserts"},
|
"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{
|
s.navigationAppPathConfig = map[string]NavigationAppConfig{
|
||||||
|
Loading…
Reference in New Issue
Block a user