Navigation: Update frontend and app o11y icons (#79454)

* use frontend o11y icon when docked

* update app o11y icon
This commit is contained in:
Ashley Harrison
2023-12-13 18:49:04 +02:00
committed by GitHub
parent 70b980e47f
commit d60078fc90
+2 -1
View File
@@ -294,13 +294,14 @@ func (s *ServiceImpl) readNavigationSettings() {
appO11yCfg.SectionID = navtree.NavIDRoot
appO11yCfg.SortWeight = navtree.WeightApplication
appO11yCfg.Icon = "application-observability"
appO11yCfg.Icon = "graph-bar"
profilesCfg.SectionID = navtree.NavIDExplore
profilesCfg.SortWeight = 1
frontendCfg.SectionID = navtree.NavIDRoot
frontendCfg.SortWeight = navtree.WeightFrontend
frontendCfg.Icon = "frontend-observability"
k6Cfg.SectionID = navtree.NavIDTestingAndSynthetics
k6Cfg.SortWeight = 1