mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
Fixed js lint error
This commit is contained in:
@@ -309,7 +309,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
|||||||
name: event.event_data.host,
|
name: event.event_data.host,
|
||||||
created: event.created,
|
created: event.created,
|
||||||
msg: msg,
|
msg: msg,
|
||||||
counter: counter,
|
counter: event.counter,
|
||||||
item: item
|
item: item
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user