Navigation: change apps icon to differentiate from dashboards (#59476)

change apps icon to differentiate from dashboards
This commit is contained in:
Ashley Harrison 2022-11-29 12:02:58 +00:00 committed by GitHub
parent 6127409ab3
commit 5e53582bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ func (s *ServiceImpl) addPluginToSection(c *models.ReqContext, treeRoot *navtree
case navtree.NavIDApps:
treeRoot.AddSection(&navtree.NavLink{
Text: "Apps",
Icon: "apps",
Icon: "layer-group",
SubTitle: "App plugins that extend the Grafana experience",
Id: navtree.NavIDApps,
Children: []*navtree.NavLink{appLink},