Преглед на файлове

removed duplicate route

Peter Holmberg преди 7 години
родител
ревизия
841ca49942
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      public/app/routes/routes.ts

+ 0 - 5
public/app/routes/routes.ts

@@ -278,11 +278,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,