|
|
@ -278,11 +278,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) { |
|
|
|
.when('/alerting', { |
|
|
|
.when('/alerting', { |
|
|
|
redirectTo: '/alerting/list', |
|
|
|
redirectTo: '/alerting/list', |
|
|
|
}) |
|
|
|
}) |
|
|
|
.when('/alerting/list', { |
|
|
|
|
|
|
|
templateUrl: 'public/app/features/alerting/partials/alert_list.html', |
|
|
|
|
|
|
|
controller: 'AlertListCtrl', |
|
|
|
|
|
|
|
controllerAs: 'ctrl', |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
.when('/alerting/list', { |
|
|
|
.when('/alerting/list', { |
|
|
|
template: '<react-container />', |
|
|
|
template: '<react-container />', |
|
|
|
reloadOnSearch: false, |
|
|
|
reloadOnSearch: false, |
|
|
|