removed duplicate route

pull/13538/head
Peter Holmberg 7 years ago
parent 61d64c41fc
commit 841ca49942
  1. 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,

Loading…
Cancel
Save