mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): changed name of root Alerts nav item and page from Alerts to Alerting
This commit is contained in:
@@ -58,8 +58,7 @@ func Register(r *macaron.Macaron) {
|
||||
|
||||
r.Get("/playlists/", reqSignedIn, Index)
|
||||
r.Get("/playlists/*", reqSignedIn, Index)
|
||||
r.Get("/alerts/", reqSignedIn, Index)
|
||||
r.Get("/alerts/*", reqSignedIn, Index)
|
||||
r.Get("/alerting/", reqSignedIn, Index)
|
||||
|
||||
// sign up
|
||||
r.Get("/signup", Index)
|
||||
|
||||
Reference in New Issue
Block a user