mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
make sure entering already running job case doesn't called elapsed to reset
This commit is contained in:
parent
69220e94de
commit
191cbeee42
@ -668,7 +668,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
||||
if (statusSocket[0].job_status) {
|
||||
$scope.job_status = statusSocket[0].job_status;
|
||||
}
|
||||
if ($scope.job_status === "running") {
|
||||
if ($scope.job_status === "running" && !$scope.job.elapsed) {
|
||||
runTimeElapsedTimer = workflowResultsService.createOneSecondTimer(moment(), updateJobElapsedTimer);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user