diff --git a/public/app/core/routes/routes.ts b/public/app/core/routes/routes.ts index a5c66860ebe..9b5846fc3ba 100644 --- a/public/app/core/routes/routes.ts +++ b/public/app/core/routes/routes.ts @@ -204,7 +204,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) { controllerAs: 'ctrl', resolve: loadAlertsBundle, }) - .when('/alerts/events/:alertId', { + .when('/alerts/:alertId/states', { templateUrl: 'public/app/features/alerts/partials/alert_log.html', controller: 'AlertLogCtrl', controllerAs: 'ctrl', diff --git a/public/app/features/alerts/partials/alerts_page.html b/public/app/features/alerts/partials/alerts_page.html index f4962746a55..bf0b8b4f3ab 100644 --- a/public/app/features/alerts/partials/alerts_page.html +++ b/public/app/features/alerts/partials/alerts_page.html @@ -17,12 +17,12 @@