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/org/partials/edit_user_group.html b/public/app/features/org/partials/user_group_details.html similarity index 100% rename from public/app/features/org/partials/edit_user_group.html rename to public/app/features/org/partials/user_group_details.html