mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
wallboard: correctly tag running build for css
also on page refresh, not just via SSE.
This commit is contained in:
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…
Reference in New Issue
Block a user