mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
resolves #16: first run of a job does not update duration
This commit is contained in:
parent
5606f4addc
commit
e94f4e2651
@ -437,7 +437,6 @@ const Run = function() {
|
||||
state.log = '';
|
||||
state.job = data;
|
||||
state.latestNum = data.latestNum;
|
||||
if (!!state.job.etc)
|
||||
state.jobsRunning = [data];
|
||||
},
|
||||
job_started: function(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user