mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
fixing jshint
This commit is contained in:
@@ -267,7 +267,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
|||||||
// put stdout elements in stdout container
|
// put stdout elements in stdout container
|
||||||
|
|
||||||
|
|
||||||
function appendToBottom(mungedEvent){
|
var appendToBottom = function(mungedEvent){
|
||||||
// if we get here then the event type was either a
|
// if we get here then the event type was either a
|
||||||
// header line, recap line, or one of the additional
|
// header line, recap line, or one of the additional
|
||||||
// event types, so we append it to the bottom.
|
// event types, so we append it to the bottom.
|
||||||
@@ -285,7 +285,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
|||||||
.append($compile(mungedEvent
|
.append($compile(mungedEvent
|
||||||
.stdout)($scope.events[mungedEvent
|
.stdout)($scope.events[mungedEvent
|
||||||
.counter]));
|
.counter]));
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
// this scopes the event to that particular
|
// this scopes the event to that particular
|
||||||
|
|||||||
Reference in New Issue
Block a user