Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
mutalyzer
Commits
11aaf9fc
Commit
11aaf9fc
authored
9 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Clarify batch job progress page
parent
b769ee48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mutalyzer/website/templates/batch-job-progress.html
+5
-2
5 additions, 2 deletions
mutalyzer/website/templates/batch-job-progress.html
with
5 additions
and
2 deletions
mutalyzer/website/templates/batch-job-progress.html
+
5
−
2
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment