mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
only editor/admin should have access to alert list/notifications pages
This commit is contained in:
parent
1312789d1d
commit
a29b99b96b
@ -77,8 +77,8 @@ func (hs *HTTPServer) registerRoutes() {
|
||||
|
||||
r.Get("/playlists/", reqSignedIn, hs.Index)
|
||||
r.Get("/playlists/*", reqSignedIn, hs.Index)
|
||||
r.Get("/alerting/", reqSignedIn, hs.Index)
|
||||
r.Get("/alerting/*", reqSignedIn, hs.Index)
|
||||
r.Get("/alerting/", reqEditorRole, hs.Index)
|
||||
r.Get("/alerting/*", reqEditorRole, hs.Index)
|
||||
|
||||
// sign up
|
||||
r.Get("/signup", hs.Index)
|
||||
|
Loading…
Reference in New Issue
Block a user