Don't mark imports as active until their job task runs
This commit is contained in:
parent
1a2a5b8bd2
commit
3972d1cc7b
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue