diff options
author | Peter Amstutz | 2020-07-08 00:16:23 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-07-08 15:18:00 -0400 |
commit | 99af299197dfc527155cd3257388b784810518c4 (patch) | |
tree | 393a8f6bdacb19f3ac301afdff2a0e521f23c207 /bh20simplewebuploader/templates/status.html | |
parent | 6fa25708b46a590be82a6b84266c0a3f25a0d890 (diff) | |
download | bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.tar.gz bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.tar.lz bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.zip |
Split upload tab. Add upload status tab.
Add more direct links on download page.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20simplewebuploader/templates/status.html')
-rw-r--r-- | bh20simplewebuploader/templates/status.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/status.html b/bh20simplewebuploader/templates/status.html new file mode 100644 index 0000000..a1cf28f --- /dev/null +++ b/bh20simplewebuploader/templates/status.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + {% include 'header.html' %} + <body> + {% include 'banner.html' %} + {% include 'menu.html' %} + + <h1>Sequence upload processing status</h1> + + <div class="status"> + {{ table }} + </div> + +{% include 'footer.html' %} + + </body> +</html> |