diff --git a/public/app/routes/routes.ts b/public/app/routes/routes.ts index 203824e6c17..e95b537e203 100644 --- a/public/app/routes/routes.ts +++ b/public/app/routes/routes.ts @@ -276,11 +276,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) { .when('/alerting', { redirectTo: '/alerting/list', }) - .when('/alerting/list', { - templateUrl: 'public/app/features/alerting/partials/alert_list.html', - controller: 'AlertListCtrl', - controllerAs: 'ctrl', - }) .when('/alerting/list', { template: '', reloadOnSearch: false,