mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Connections: use the "adjust-circle" icon as a logo (#61046)
* feat: add a new icon called 'adjust-circle' * feat(Connetions): use the `adjust-circle` logo
This commit is contained in:
@@ -590,7 +590,7 @@ func (s *ServiceImpl) buildDataConnectionsNavLink(c *models.ReqContext) *navtree
|
||||
// Connections (main)
|
||||
navLink = &navtree.NavLink{
|
||||
Text: "Connections",
|
||||
Icon: "link",
|
||||
Icon: "adjust-circle",
|
||||
Id: "connections",
|
||||
Url: baseUrl,
|
||||
Children: children,
|
||||
|
||||
Reference in New Issue
Block a user