about summary refs log tree commit diff
path: root/qc_app/templates/job_progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/job_progress.html')
-rw-r--r--qc_app/templates/job_progress.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/qc_app/templates/job_progress.html b/qc_app/templates/job_progress.html
index accdc1c..acced9b 100644
--- a/qc_app/templates/job_progress.html
+++ b/qc_app/templates/job_progress.html
@@ -18,6 +18,13 @@
 <span>{{"%.2f" | format(progress)}}%</span>
 
 <div>
+  <form action="{{url_for('parse.abort')}}" method="POST">
+    <input type="hidden" name="job_id" value="{{job_id}}" />
+    <input type="submit" value="Abort" class="btn btn-danger" />
+  </form>
+</div>
+
+<div>
   {{errors_display(errors, "No errors found so far", "We have found the following errors so far")}}
 </div>