Add Cloud provider logo (#105274)

* Add Cloud provider logo

* remove color

* remove other svg props
This commit is contained in:
Ana Ivanov
2025-05-20 14:55:22 +03:00
committed by GitHub
parent 3d1eac754b
commit dbd88033f0
3 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -329,7 +329,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"},
"grafana-csp-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightCloudServiceProviders, Icon: "cloud-provider"},
}
if s.features.IsEnabledGlobally(featuremgmt.FlagGrafanaAdvisor) {