aboutsummaryrefslogtreecommitdiff
path: root/app/templates/job_status.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/job_status.html')
-rw-r--r--app/templates/job_status.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/templates/job_status.html b/app/templates/job_status.html
index e113650..896d49a 100644
--- a/app/templates/job_status.html
+++ b/app/templates/job_status.html
@@ -7,4 +7,14 @@
<b>Ligand Name: </b>{{ln}}<br>
<b>Description: </b>{{desc}}<br>
<b>Status: </b>{{status}}
+
+ <section>
+ <style>
+ #growth{
+ height: 40vh;
+ }
+ </style>
+ <div id="growth"></div>
+ <script src="{{url_for('static',filename='js/growth.js')}}"></script>
+ </section>
{% endblock %} \ No newline at end of file