Skip to content

Commit

Permalink
Also show dataset status while dataset in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Oct 9, 2023
1 parent 1545f34 commit fb5834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtool/templates/components/result-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<i class="fa fa-check" aria-hidden="true"></i>
{% endif %}
{% endif %}
{% if dataset.queue_position < 0 %}
{% if dataset.queue_position <= 0 %}
{% if dataset.get_status() %}
{{ dataset.get_status() }}{% if dataset.get_status()[-1] != '.' %}.{% endif %}
{% endif %}
Expand Down

0 comments on commit fb5834b

Please sign in to comment.