Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
11aaf9fc
Commit
11aaf9fc
authored
Nov 09, 2015
by
Vermaat
Browse files
Clarify batch job progress page
parent
b769ee48
Changes
1
Hide whitespace changes
Inline
Side-by-side
mutalyzer/website/templates/batch-job-progress.html
View file @
11aaf9fc
...
...
@@ -8,11 +8,14 @@
{% if result_id %}
<div
id=
"if_items_left"
{%
if
not
items_left
%}
style=
"display:none"
{%
endif
%}
>
<p>
Your job is in progress with
<span
id=
"items_left"
>
{{ items_left }}
</span>
items remaining.
</p>
<p>
You will receive an email when the job is finished.
</p>
<p>
Your job is in progress with
<strong><span
id=
"items_left"
>
{{ items_left }}
</span>
items remaining
</strong>
.
</p>
<p>
Please note that your jobs are processed in order of submission,
meaning you will not see any progress on this job until all your earlier
jobs have finished.
</p>
<p>
If you specified your email address, you will receive an email when the
job is finished. You can also bookmark
<a
href=
"{{
url_for('.batch_job_progress', result_id=result_id) }}"
>
this page
</a>
to
download your results later.
</p>
</div>
<div
id=
"ifnot_items_left"
{%
if
items_left
%}
style=
"display:none"
{%
endif
%}
>
<p>
Your job is finished, please download the results:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment