From 6e96c83d9e36b10915e92d45b3e15953f5f846c3 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 14 Sep 2021 17:06:47 +1000 Subject: [PATCH] put title on progress bars so on hover you get the details, useful when you have 1 of 10000 on a slow job --- templates/joblog.html | 2 +- templates/jobs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}%