From cef0229459af7a77d3dbf99246982b0ce46692c1 Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Jan 12 2022 14:57:53 +0000 Subject: Show total builds and add two more date options --- diff --git a/www/kojiweb/buildsbystatus.chtml b/www/kojiweb/buildsbystatus.chtml index be7b6cb..5d23cac 100644 --- a/www/kojiweb/buildsbystatus.chtml +++ b/www/kojiweb/buildsbystatus.chtml @@ -7,6 +7,8 @@ #end def +#set $numTotal = $numSucceeded + $numFailed + $numCanceled + #include "includes/header.chtml"

Succeeded/Failed/Canceled Builds#if $days != -1 then ' in the last %i days' % $days else ''#

@@ -25,6 +27,8 @@ $printOption(60) $printOption(90) $printOption(120) + $printOption(180) + $printOption(365) $printOption(-1, 'all') days @@ -50,6 +54,11 @@ graph row $numCanceled + + Total + + $numTotal + #include "includes/footer.chtml"