Browse Source

removed duplicate route

Peter Holmberg 7 years ago
parent
commit
c3f87b56ee
1 changed files with 0 additions and 5 deletions
  1. 0 5
      public/app/routes/routes.ts

+ 0 - 5
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: '<react-container />',
       reloadOnSearch: false,