Explorar o código

removed duplicate route

Peter Holmberg %!s(int64=7) %!d(string=hai) anos
pai
achega
841ca49942
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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,