feat(alerting): changed name of root Alerts nav item and page from Alerts to Alerting

This commit is contained in:
Torkel Ödegaard
2016-06-06 09:17:29 +02:00
parent f36a44c49a
commit 70cb8400c3
10 changed files with 18 additions and 23 deletions

View File

@@ -72,5 +72,4 @@ func addAlertMigrations(mg *Migrator) {
}
mg.AddMigration("create alert_heartbeat table v1", NewAddTableMigration(alert_heartbeat))
}