diff --git a/app/components/service/includes/tasks.html b/app/components/service/includes/tasks.html index 51d8fdf9f..f90df4270 100644 --- a/app/components/service/includes/tasks.html +++ b/app/components/service/includes/tasks.html @@ -18,28 +18,28 @@ Id - + Status - - + + - + Slot - + Node - - + + - + Last update diff --git a/app/components/service/serviceController.js b/app/components/service/serviceController.js index 8cc6453e1..535c10d60 100644 --- a/app/components/service/serviceController.js +++ b/app/components/service/serviceController.js @@ -5,8 +5,8 @@ function ($q, $scope, $stateParams, $state, $location, $anchorScroll, ServiceSer $scope.state = {}; $scope.state.pagination_count = Pagination.getPaginationCount('service_tasks'); $scope.tasks = []; - $scope.sortType = 'Status'; - $scope.sortReverse = false; + $scope.sortType = 'Updated'; + $scope.sortReverse = true; $scope.lastVersion = 0;