mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
config: updated feature toggle name
This commit is contained in:

committed by
Leonard Gram

parent
a6a3d698da
commit
a90b3e331e
@ -327,7 +327,7 @@ func (hs *HTTPServer) setIndexViewData(c *m.ReqContext) (*dtos.IndexViewData, er
|
||||
})
|
||||
}
|
||||
|
||||
if c.OrgRole == m.ROLE_EDITOR && hs.Cfg.EditorsCanOwn {
|
||||
if c.OrgRole == m.ROLE_EDITOR && hs.Cfg.EditorsCanAdmin {
|
||||
cfgNode := &dtos.NavLink{
|
||||
Id: "cfg",
|
||||
Text: "Configuration",
|
||||
|
Reference in New Issue
Block a user