removed duplicate route

This commit is contained in:
Peter Holmberg
2018-10-02 14:13:30 +02:00
parent 61d64c41fc
commit 841ca49942

View File

@@ -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,