mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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:
|
case navtree.NavIDApps:
|
||||||
treeRoot.AddSection(&navtree.NavLink{
|
treeRoot.AddSection(&navtree.NavLink{
|
||||||
Text: "Apps",
|
Text: "Apps",
|
||||||
Icon: "apps",
|
Icon: "layer-group",
|
||||||
SubTitle: "App plugins that extend the Grafana experience",
|
SubTitle: "App plugins that extend the Grafana experience",
|
||||||
Id: navtree.NavIDApps,
|
Id: navtree.NavIDApps,
|
||||||
Children: []*navtree.NavLink{appLink},
|
Children: []*navtree.NavLink{appLink},
|
||||||
|
Loading…
Reference in New Issue
Block a user