Navigation: Move asserts app to root, add asserts icon (#81362)

* move asserts app to root, add asserts icon

* remove width/height/fill from asserts icon
This commit is contained in:
Ashley Harrison
2024-01-26 15:30:36 +00:00
committed by GitHub
parent ad936b6c83
commit 04396c001a
4 changed files with 8 additions and 0 deletions

View File

@@ -333,6 +333,7 @@ func (s *ServiceImpl) readNavigationSettings() {
"grafana-logvolumeexplorer-app": {SectionID: navtree.NavIDCfg, Text: "Log Volume Explorer"},
"grafana-easystart-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightApps + 1, Text: "Connections", Icon: "adjust-circle"},
"k6-app": k6Cfg,
"grafana-asserts-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightAsserts, Icon: "asserts"},
}
s.navigationAppPathConfig = map[string]NavigationAppConfig{