Added DS deletion confirmation modal

This commit is contained in:
utkarshcmu
2016-02-11 00:06:04 -08:00
parent 3b21e9fcf0
commit fac51d92c5
4 changed files with 58 additions and 40 deletions

View File

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