Library panels: Normalize feature name as "Library panels" (#33540)

This commit is contained in:
kay delaney
2021-05-04 09:00:44 +01:00
committed by GitHub
parent 675922b574
commit 2cc66e548a
16 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -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",
})
}