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:
Levente Balogh
2023-01-06 07:31:49 +01:00
committed by GitHub
parent 122be161f9
commit fc0e3d6c14
4 changed files with 319 additions and 315 deletions

View File

@@ -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,