diff options
author | BonfaceKilz | 2020-12-06 19:33:33 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-12-06 19:33:33 +0300 |
commit | 7a35308b11a004f1c0899bdb2a2b982597869808 (patch) | |
tree | 8eae05ff266f16c9457f5abc87fc44ef9461fafb /wqflask | |
parent | 7e0f91dec563f08671c772e34b85e0edc14195cb (diff) | |
download | genenetwork2-7a35308b11a004f1c0899bdb2a2b982597869808.tar.gz |
Add descriptive paragraph for svg graph
* wqflask/wqflask/templates/environment.html: New paragraph.
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/environment.html | 3 |
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 %} |