mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03: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:
parent
184430d0a2
commit
ebed99047b
@ -118,6 +118,7 @@ function JobEventsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
}
|
||||
|
||||
scope.refresh = function() {
|
||||
scope.expand = true;
|
||||
scope.search(list.iterator);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user