added progress bar and scheduler
This commit is contained in:
@@ -28,5 +28,6 @@ function summarizeJob(job) {
|
||||
type: job.type,
|
||||
status: job.status,
|
||||
currentStep: job.currentStep,
|
||||
progress: job.progress,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user