wallboard: correctly tag running build for css

also on page refresh, not just via SSE.
tmp-better-average-line
Oliver Giles 2 years ago
parent 01183a3c25
commit e9fc547a72

@ -482,6 +482,7 @@ const All = templateId => {
state.jobsRunning = msg.running;
// mix running and completed jobs
msg.running.forEach(job => {
job.result = 'running';
const idx = state.jobs.findIndex(j => j.name === job.name);
if (idx > -1)
state.jobs[idx] = job;

Loading…
Cancel
Save