Commit 26a1e53f authored by delanoe's avatar delanoe

[ERGO] Progress bar improved.

parent d3d7d7a9
...@@ -64,6 +64,7 @@ def parse_extract_indexhyperdata(corpus): ...@@ -64,6 +64,7 @@ def parse_extract_indexhyperdata(corpus):
corpus.status('Docs', progress=1) corpus.status('Docs', progress=1)
corpus.save_hyperdata() corpus.save_hyperdata()
session.commit()
parse(corpus) parse(corpus)
docs = corpus.children("DOCUMENT").count() docs = corpus.children("DOCUMENT").count()
......
...@@ -189,9 +189,7 @@ ...@@ -189,9 +189,7 @@
role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 20%"> role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span> <span>
{{ state.action }} {{ state.action }}
{% if state.complete %} {% if not state.complete %}
Ok
{% else %}
Processing Processing
{% endif %} {% endif %}
......
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