[v9.4.x] Navigation: add a link to starred dashboards in the megamenu (#63106)

Navigation: add a link to starred dashboards in the megamenu (#62685)

add a link to starred dashboards in the megamenu

(cherry picked from commit fc2f7f90f8)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-02-08 15:41:10 +00:00
committed by GitHub
co-authored by Ashley Harrison
parent 8a8180c44d
commit 45dd9f9a9f
4 changed files with 8 additions and 2 deletions
@@ -92,6 +92,7 @@ func (s *ServiceImpl) GetNavTree(c *contextmodel.ReqContext, hasEditPerm bool, p
Section: navtree.NavSectionCore,
Children: starredItemsLinks,
EmptyMessageId: "starred-empty",
Url: s.cfg.AppSubURL + "/dashboards?starred",
})
}