mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Profile: Fix nav tree link to notifications (#52685)
This commit is contained in:
parent
23fc5383d9
commit
284ec1d428
@ -41,7 +41,7 @@ func (hs *HTTPServer) getProfileNode(c *models.ReqContext) *dtos.NavLink {
|
|||||||
}
|
}
|
||||||
|
|
||||||
children = append(children, &dtos.NavLink{
|
children = append(children, &dtos.NavLink{
|
||||||
Text: "Notification history", Id: "profile/notifications", Url: hs.Cfg.AppSubURL + "profile/notifications", Icon: "bell",
|
Text: "Notification history", Id: "profile/notifications", Url: hs.Cfg.AppSubURL + "/profile/notifications", Icon: "bell",
|
||||||
})
|
})
|
||||||
|
|
||||||
if setting.AddChangePasswordLink() {
|
if setting.AddChangePasswordLink() {
|
||||||
|
Loading…
Reference in New Issue
Block a user