aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/index.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-01-17 11:15:36 +0300
committerFrederick Muriuki Muriithi2023-01-17 11:15:36 +0300
commit9daa00bc10f8199145cf5952382512f4db95aa4a (patch)
tree7e495457bb9bee3febbebfbbe761fa88bb73e0f2 /qc_app/templates/index.html
parent3fb8a4de897eabd3e85520358619af7abcbd7664 (diff)
downloadgn-uploader-9daa00bc10f8199145cf5952382512f4db95aa4a.tar.gz
upload: Enable cancelling an upload.
Diffstat (limited to 'qc_app/templates/index.html')
-rw-r--r--qc_app/templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html
index 9ee3af6..2db6048 100644
--- a/qc_app/templates/index.html
+++ b/qc_app/templates/index.html
@@ -75,6 +75,11 @@
</progress>
<p id="progress-text">Uploading 0%</p>
<p id="progress-extra-text">Processing</p>
+ <form id="frm-cancel-upload" style="border-style: none;">
+ <button id="btn-cancel-upload" type="submit" class="btn btn-danger">
+ Cancel
+ </button>
+ </form>
</div>
{%endblock%}