Navigation: change apps icon to differentiate from dashboards (#59476)
change apps icon to differentiate from dashboards
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user