--- FreeBSD/tinderbox/webui/templates/paefchen/list_builds.tpl 2008/01/06 23:46:48 1.1.2.1 +++ FreeBSD/tinderbox/webui/templates/paefchen/list_builds.tpl 2008/07/12 13:17:02 1.3 @@ -2,10 +2,11 @@ $topmenu = array( "Current And Latest Builds" => "index.php?action=latest_buildports", "Failed builds in this build" => "index.php?action=failed_buildports", + "All (really) Build Failures" => "index.php?action=bad_buildports" ); include 'header.inc.tpl'; ?> - +
Build Name | Build Description | - - U / F / L + + S / U / F / L / T | Build Packages | @@ -26,12 +27,16 @@ include 'header.inc.tpl';=$row['name']?> | =$row['description']?> | - + + =$row['results']['SUCCESS']?> + / =$row['results']['UNKNOWN']?> / =$row['results']['FAIL']?> / =$row['results']['LEFTOVERS']?> + / + =$row['results']['TOTAL']?> | @@ -47,16 +52,19 @@ include 'header.inc.tpl';
---|