1
0
Fork 0

Don't mark imports as active until their job task runs

This commit is contained in:
Mouse Reeve 2022-12-16 14:41:35 -08:00
parent 1a2a5b8bd2
commit 3972d1cc7b
2 changed files with 4 additions and 3 deletions

View file

@ -41,7 +41,7 @@
</dl>
</div>
{% if not job.complete and show_progress %}
{% if job.status == "active" and show_progress %}
<div class="box is-processing">
<div class="block">
<span class="icon icon-spinner is-pulled-left" aria-hidden="true"></span>