about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/background-jobs/job-summary.html8
1 files changed, 8 insertions, 0 deletions
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</a>
   </div>
+
+  {%if job.metadata.status in ("stopped",)%}
+  <div class="col">
+    <a href="#"
+       class="btn btn-warning not-implemented"
+       title="Create a new copy of this job, and run the copy.">Run Copy</a>
+  </div>
+  {%endif%}
 </div>
 
 <div class="row">