Access Control: Fix side menu links (#33945)

This commit is contained in:
Alexander Zobnin 2021-05-11 21:10:07 +03:00 committed by GitHub
parent 68cdbb611f
commit a015bb3a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
})