Commit 12120fcf authored by delanoe's avatar delanoe

[ERGO] Progress bar for graph processing (need REST).

parent fef2a278
......@@ -54,7 +54,17 @@
</ul>
{% else %}
Still computing, waite a while please.
<!--
<br> Processing (wait and reload the page)
!-->
<div class="progress">
<div class=" progress-bar progress-bar-striped active"
role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 70%">
<span>
Processing (wait and reload the page)
</span>
</div>
</div>
{% endif %}
{% endif %}
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment