--- FreeBSD/tinderbox/webui/templates/paefchen/list_builds.tpl 2008/01/07 03:53:59 1.2 +++ FreeBSD/tinderbox/webui/templates/paefchen/list_builds.tpl 2008/07/12 13:17:02 1.3 @@ -6,7 +6,7 @@ $topmenu = array( ); include 'header.inc.tpl'; ?> - +
Build Name | Build Description | - - S / U / F / L + + S / U / F / L / T | Build Packages | @@ -27,7 +27,7 @@ include 'header.inc.tpl';=$row['name']?> | =$row['description']?> | - + =$row['results']['SUCCESS']?> / =$row['results']['UNKNOWN']?> @@ -35,6 +35,8 @@ include 'header.inc.tpl'; =$row['results']['FAIL']?> / =$row['results']['LEFTOVERS']?> + / + =$row['results']['TOTAL']?> |
---|