mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
init durationStatuses
This commit is contained in:
@@ -313,6 +313,9 @@
|
||||
isListJob: false,
|
||||
iteration_total: undefined
|
||||
}
|
||||
if ($durationStatuses[id] == undefined) {
|
||||
$durationStatuses[id] = { byJob: {} }
|
||||
}
|
||||
$durationStatuses[id].byJob[job_id] = $durationStatuses[modId].byJob[job_id]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user