mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Host Events - exclude changed events from ok filter #1132
This commit is contained in:
parent
7c1efea037
commit
3ada60d7d4
@ -77,8 +77,8 @@
|
||||
if (filter == 'ok'){
|
||||
return JobDetailService.getRelatedJobEvents($stateParams.id, {
|
||||
host_name: $stateParams.hostName,
|
||||
event: 'runner_on_ok'
|
||||
// add param changed: false if 'ok' shouldn't display changed hosts
|
||||
event: 'runner_on_ok',
|
||||
changed: false
|
||||
})
|
||||
.success(function(res){
|
||||
$scope.results = res.results;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user