mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removed duplicate route
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user