mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:31:36 +08:00
Navigation: add application-observability icon (#78935)
add application-observability icon
This commit is contained in:
@ -283,6 +283,7 @@ func (s *ServiceImpl) readNavigationSettings() {
|
|||||||
|
|
||||||
appO11yCfg.SectionID = navtree.NavIDRoot
|
appO11yCfg.SectionID = navtree.NavIDRoot
|
||||||
appO11yCfg.SortWeight = navtree.WeightApplication
|
appO11yCfg.SortWeight = navtree.WeightApplication
|
||||||
|
appO11yCfg.Icon = "application-observability"
|
||||||
|
|
||||||
profilesCfg.SectionID = navtree.NavIDExplore
|
profilesCfg.SectionID = navtree.NavIDExplore
|
||||||
profilesCfg.SortWeight = 1
|
profilesCfg.SortWeight = 1
|
||||||
|
Reference in New Issue
Block a user