From c3f87b56ee91c98478f91ae082b7621581499070 Mon Sep 17 00:00:00 2001 From: Peter Holmberg Date: Tue, 2 Oct 2018 14:13:30 +0200 Subject: [PATCH] removed duplicate route --- public/app/routes/routes.ts | 5 ----- 1 file changed, 5 deletions(-) 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,