mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added DS deletion confirmation modal
This commit is contained in:
@@ -45,6 +45,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
.when('/datasources', {
|
||||
templateUrl: 'public/app/features/datasources/partials/list.html',
|
||||
controller : 'DataSourcesCtrl',
|
||||
controllerAs: 'ctrl',
|
||||
resolve: loadOrgBundle,
|
||||
})
|
||||
.when('/datasources/edit/:id', {
|
||||
|
||||
Reference in New Issue
Block a user