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

add a link to starred dashboards in the megamenu
This commit is contained in:
Ashley Harrison
2023-02-08 15:18:13 +00:00
committed by GitHub
parent 225c8dbba7
commit fc2f7f90f8
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",
})
}