created component for http settings

This commit is contained in:
Peter Holmberg
2018-10-12 16:16:06 +02:00
parent c5946ebd27
commit e642fce4a5
7 changed files with 386 additions and 18 deletions

View File

@@ -73,11 +73,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
component: () => DataSourcesListPage,
},
})
.when('/datasources/edit/:id', {
templateUrl: 'public/app/features/plugins/partials/ds_edit.html',
controller: 'DataSourceEditCtrl',
controllerAs: 'ctrl',
})
.when('/datasources/edit/:id/dashboards', {
templateUrl: 'public/app/features/plugins/partials/ds_dashboards.html',
controller: 'DataSourceDashboardsCtrl',