Commit 841ca499 by Peter Holmberg

removed duplicate route

parent 61d64c41
...@@ -279,11 +279,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) { ...@@ -279,11 +279,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
redirectTo: '/alerting/list', redirectTo: '/alerting/list',
}) })
.when('/alerting/list', { .when('/alerting/list', {
templateUrl: 'public/app/features/alerting/partials/alert_list.html',
controller: 'AlertListCtrl',
controllerAs: 'ctrl',
})
.when('/alerting/list', {
template: '<react-container />', template: '<react-container />',
reloadOnSearch: false, reloadOnSearch: false,
resolve: { resolve: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment