aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2020-12-06 19:33:33 +0300
committerBonfaceKilz2020-12-06 19:33:33 +0300
commit7a35308b11a004f1c0899bdb2a2b982597869808 (patch)
tree8eae05ff266f16c9457f5abc87fc44ef9461fafb
parent7e0f91dec563f08671c772e34b85e0edc14195cb (diff)
downloadgenenetwork2-7a35308b11a004f1c0899bdb2a2b982597869808.tar.gz
Add descriptive paragraph for svg graph
* wqflask/wqflask/templates/environment.html: New paragraph.
-rw-r--r--wqflask/wqflask/templates/environment.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/environment.html b/wqflask/wqflask/templates/environment.html
index 85133ac3..89e805ce 100644
--- a/wqflask/wqflask/templates/environment.html
+++ b/wqflask/wqflask/templates/environment.html
@@ -26,6 +26,9 @@
<div id="guix-svg-graph">
<h1>The dependency graph is shown below</h1>
+
+ <p>To explore this image SVG you may want to open it in new browser page and zoom in. Or use an SVG viewing application.</p>
+
<img alt="Dependency graph of the tools needed to build python3-genenetwork2" src="{{url_for('environments_blueprint.svg_graph')}}"/>
</div>
{% endif %}