Improve visualization performance (substantially) (#109)

* fix: moved image generation to avoid severe performance issues

* fix: moved button finding code before data handling

* fix: fixed leftover invalid variable naming
This commit is contained in:
Alexander Ryazanov
2022-05-10 09:21:22 +02:00
committed by GitHub
parent de92627176
commit b5991a5f50
4 changed files with 16 additions and 9 deletions
@@ -16,7 +16,7 @@
<div class="controls">
<div class="control-group">
{% block extra_controls %}{% endblock %}
<a id="btnDownloadImage" class="btn btn-sm btn-info">
<a id="btnDownloadImage" class="btn btn-sm btn-info" href="#">
<i class="mdi mdi-download"></i>
Download
</a>