diff --git a/awx/ui/client/src/shared/paginate/paginate.controller.js b/awx/ui/client/src/shared/paginate/paginate.controller.js index 2f279784d8..a16de19a7e 100644 --- a/awx/ui/client/src/shared/paginate/paginate.controller.js +++ b/awx/ui/client/src/shared/paginate/paginate.controller.js @@ -57,6 +57,7 @@ export default ['$scope', '$stateParams', '$state', '$filter', 'GetBasePath', 'Q $scope.collection = res.data.results; $scope.$emit('updateDataset', res.data, queryset); }); + $('html, body').animate({scrollTop: 0}, 0); }; function calcLast() {