From d60078fc902ccbdfd78262036ffcc99daf2141a7 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Wed, 13 Dec 2023 16:49:04 +0000 Subject: [PATCH] Navigation: Update frontend and app o11y icons (#79454) * use frontend o11y icon when docked * update app o11y icon --- pkg/services/navtree/navtreeimpl/applinks.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/services/navtree/navtreeimpl/applinks.go b/pkg/services/navtree/navtreeimpl/applinks.go index ee98dcaa765..3244a41271d 100644 --- a/pkg/services/navtree/navtreeimpl/applinks.go +++ b/pkg/services/navtree/navtreeimpl/applinks.go @@ -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