mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
Navigation: change apps icon to differentiate from dashboards (#59476)
change apps icon to differentiate from dashboards
This commit is contained in:
parent
6127409ab3
commit
5e53582bb1
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user