From ba3d7e74008e1ccc5ca8f887cfb4fcff30d40bba Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 8 Jan 2026 14:23:55 -0600 Subject: Provide UI to "re-launch" stopped jobs. Provide a UI element for future implementation of the feature that will allow a job that has been stopped to be re-run. In reality, the job will not actuall be re-run, rather, a copy of the job will be made, and the copy run instead. --- uploader/templates/background-jobs/job-summary.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/uploader/templates/background-jobs/job-summary.html b/uploader/templates/background-jobs/job-summary.html index e46f963..fe62d5d 100644 --- a/uploader/templates/background-jobs/job-summary.html +++ b/uploader/templates/background-jobs/job-summary.html @@ -36,6 +36,14 @@ class="btn btn-danger" title="Delete this job.">delete + + {%if job.metadata.status in ("stopped",)%} +