diff options
author | LLTommy | 2020-06-17 19:22:24 +0200 |
---|---|---|
committer | GitHub | 2020-06-17 19:22:24 +0200 |
commit | ae6b95d8e3053e9a446702d77e7ad56a321acda7 (patch) | |
tree | b7fa6afa5c260ef80f84d90e0d7aac891f34db40 /bh20simplewebuploader/templates/demo-run.html | |
parent | a2c2342000aea4efa5140afa89e4ed66dd466100 (diff) | |
parent | a80646c6d6f2d768f63db2545f7e1542ea290f77 (diff) | |
download | bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.tar.gz bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.tar.lz bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.zip |
Merge pull request #83 from BonfaceKilz/feature/display-content-sequences
Feature/display fasta count on a map
Diffstat (limited to 'bh20simplewebuploader/templates/demo-run.html')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index a80281c..a8f9edc 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -13,15 +13,14 @@ </div> - <div id="loader" class="loader invisible"> - </div> - - <section id="results" class="invisible"> - <pre><code id="json"></code></pre> - </section> - +</section> +<div id="loader" class="loader invisible"> +</div> +<section id="results" class="invisible"> + <div id="map"></div> </section> + <section> <div id="table"></div> - </section> + </section> |