From 369b4442e81ddfcd1165b1c77a644ca0fcf7f6e9 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jul 19 2021 07:16:48 +0000 Subject: PR#2937: Update webUI number of tasks Merges #2937 https://pagure.io/koji/pull-request/2937 Fixes: #2930 https://pagure.io/koji/issue/2930 web UI - can't see total number of tasks in progress --- diff --git a/www/kojiweb/tasks.chtml b/www/kojiweb/tasks.chtml index ea9c645..0482512 100644 --- a/www/kojiweb/tasks.chtml +++ b/www/kojiweb/tasks.chtml @@ -126,7 +126,14 @@ All >>> #end if #else - Tasks #echo $taskStart + 1 # through #echo $taskStart + $taskCount# +
+ Page: + +
+ Tasks #echo $taskStart + 1 # through #echo $taskStart + $taskCount# of ??? >>> #end if @@ -190,7 +197,14 @@ All >>> #end if #else - Tasks #echo $taskStart + 1 # through #echo $taskStart + $taskCount# +
+ Page: + +
+ Tasks #echo $taskStart + 1 # through #echo $taskStart + $taskCount# of ??? >>> #end if