From 3af474a660d30bf618452bd44438a7cc768b8667 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Wed, 6 Oct 2021 12:21:25 +0300 Subject: display images --- wqflask/wqflask/templates/test_wgcna_results.html | 25 +++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/wqflask/wqflask/templates/test_wgcna_results.html b/wqflask/wqflask/templates/test_wgcna_results.html index ac82647d..09763a80 100644 --- a/wqflask/wqflask/templates/test_wgcna_results.html +++ b/wqflask/wqflask/templates/test_wgcna_results.html @@ -23,6 +23,8 @@ }
@@ -104,11 +113,12 @@
-
- - CLuster dendogram - + {% if image["image_generated"] %} +
+
+ + {% endif %}
@@ -161,12 +171,5 @@ $(document).ready(function(){ } ); }) - - - - - - - {% endblock %} \ No newline at end of file -- cgit v1.2.3