mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Access Control: Fix side menu links (#33945)
This commit is contained in:
parent
68cdbb611f
commit
a015bb3a23
@ -323,7 +323,7 @@ func (hs *HTTPServer) getNavTree(c *models.ReqContext, hasEditPerm bool) ([]*dto
|
||||
HideFromTabs: true,
|
||||
Id: "admin",
|
||||
Icon: "shield",
|
||||
Url: hs.Cfg.AppSubURL + "/admin/users",
|
||||
Url: adminNavLinks[0].Url,
|
||||
SortWeight: dtos.WeightAdmin,
|
||||
Children: adminNavLinks,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user