diff --git a/public/app/core/routes/routes.ts b/public/app/core/routes/routes.ts index 50f76c6af79..0bf0a03bf7a 100644 --- a/public/app/core/routes/routes.ts +++ b/public/app/core/routes/routes.ts @@ -90,7 +90,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) { resolve: loadOrgBundle, }) .when('/org/user-groups/edit/:id', { - templateUrl: 'public/app/features/org/partials/edit_user_group.html', + templateUrl: 'public/app/features/org/partials/user_group_details.html', controller : 'UserGroupDetailsCtrl', controllerAs: 'ctrl', resolve: loadOrgBundle, diff --git a/public/app/features/dashboard/acl/acl.html b/public/app/features/dashboard/acl/acl.html index 96ce10176c3..8dfa86f958a 100644 --- a/public/app/features/dashboard/acl/acl.html +++ b/public/app/features/dashboard/acl/acl.html @@ -39,22 +39,30 @@ -