mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Clicking the Refresh button on Job Events was not automatically expanding parent nodes. Fixed. Refresh now re-querries the API, updates the page and expands all nodes -the same as initial page load.
This commit is contained in:
@@ -118,6 +118,7 @@ function JobEventsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
}
|
||||
|
||||
scope.refresh = function() {
|
||||
scope.expand = true;
|
||||
scope.search(list.iterator);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user