Use bookmark icon for Saved Items, add support for solid bookmark icon (#46775)
* Use bookmark icon for Saved Items, add support for solid bookmark icon * Add some unit tests * Refactor utils into own file * Update test title * Fix import * consistent function style
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ func (hs *HTTPServer) getNavTree(c *models.ReqContext, hasEditPerm bool) ([]*dto
|
||||
navTree = append(navTree, &dtos.NavLink{
|
||||
Text: "Saved Items",
|
||||
Id: "saved-items",
|
||||
Icon: "heart",
|
||||
Icon: "bookmark",
|
||||
SortWeight: dtos.WeightSavedItems,
|
||||
Section: dtos.NavSectionCore,
|
||||
Children: savedItemsLinks,
|
||||
|
||||
Reference in New Issue
Block a user