# HG changeset patch # User cmlenz # Date 1123511240 0 # Node ID b63ed684c29cd81f1ea459e42920273e2e91f774 # Parent 430c518ebb145bf9a7a9148a7192d27080d48505 Show the list of reports generated on the build page. diff --git a/bitten/trac_ext/htdocs/build.css b/bitten/trac_ext/htdocs/build.css --- a/bitten/trac_ext/htdocs/build.css +++ b/bitten/trac_ext/htdocs/build.css @@ -16,6 +16,16 @@ #content.build #builds td.failed { background: #d99; } #content.build #builds td.in-progress { background: #ff9; } -#content.build .log { overflow: auto; white-space: pre; } +#content.build .reports { + background: #d7d7d7; + float: right; + font-size: 90%; + margin: .5em 0 .5em 1em; + padding: .5em; +} +#content.build .reports h3 { margin: 0; } +#content.build .reports ul { margin: 0; padding: 0; list-style: none; } + +#content.build .log { clear: right; overflow: auto; white-space: pre; } #content.build .log .warning { color: #660; font-weight: bold; } #content.build .log .error { color: #900; font-weight: bold; } diff --git a/bitten/trac_ext/templates/build.cs b/bitten/trac_ext/templates/build.cs --- a/bitten/trac_ext/templates/build.cs +++ b/bitten/trac_ext/templates/build.cs @@ -161,6 +161,13 @@ var:build.started_delta ?> ago)
Took:

()

+ +

Generated Reports

+