--- FreeBSD/tinderbox/webui/templates/paefchen/list_builds.tpl 2008/01/05 12:25:17 1.1 +++ FreeBSD/tinderbox/webui/templates/paefchen/list_builds.tpl 2008/01/06 23:46:48 1.1.2.1 @@ -2,11 +2,10 @@ $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 | - - S / U / F / L + + U / F / L | Build Packages | @@ -27,9 +26,7 @@ include 'header.inc.tpl';=$row['name']?> | =$row['description']?> | - - =$row['results']['SUCCESS']?> - / + =$row['results']['UNKNOWN']?> / =$row['results']['FAIL']?> |
---|