Library panels: Normalize feature name as "Library panels" (#33540)
This commit is contained in:
+2
-2
@@ -168,10 +168,10 @@ func (hs *HTTPServer) getNavTree(c *models.ReqContext, hasEditPerm bool) ([]*dto
|
||||
Icon: "camera",
|
||||
})
|
||||
dashboardChildNavs = append(dashboardChildNavs, &dtos.NavLink{
|
||||
Text: "Global panels",
|
||||
Text: "Library panels",
|
||||
Id: "library-panels",
|
||||
Url: hs.Cfg.AppSubURL + "/library-panels",
|
||||
Icon: "reusable-panel",
|
||||
Icon: "library-panel",
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user