diff --git a/templates/joblog.html b/templates/joblog.html index 1d56f39..60a4e9f 100644 --- a/templates/joblog.html +++ b/templates/joblog.html @@ -32,7 +32,7 @@ {% if job.num_files and job.num_files > 0 %}
{% set prog=(job.current_file_num/job.num_files*100)|round|int %} -
+
{{job.current_file_num}} of {{job.num_files}} - {{prog}}%
diff --git a/templates/jobs.html b/templates/jobs.html index aee2e31..f27b248 100644 --- a/templates/jobs.html +++ b/templates/jobs.html @@ -32,7 +32,7 @@ {% set prog=(job.current_file_num/job.num_files*100)|round|int %} row +=`
-
+
{{job.current_file_num}} of {{job.num_files}} - {{prog}}%