PATCH scrollbar issue

This commit is contained in:
2025-05-28 19:49:34 +02:00
parent 00abeab158
commit c468625a74
3 changed files with 8 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ public class JobService {
public void jobReady(String uuid) {
Job job = getJob(uuid);
job.setProgress(0f);
logger.info("Job ready: {}", job.getUuid());
job.setStatus(JobStatus.PENDING);