[LNT] r179193 - fix a small rendering error in the html report tables
Paul Redmond
paul.redmond at intel.com
Wed Apr 10 11:12:59 PDT 2013
Author: predmond
Date: Wed Apr 10 13:12:59 2013
New Revision: 179193
URL: http://llvm.org/viewvc/llvm-project?rev=179193&view=rev
Log:
fix a small rendering error in the html report tables
Reviewed by: Daniel Dunbar
Modified:
lnt/trunk/lnt/server/ui/templates/reporting/runs.html
Modified: lnt/trunk/lnt/server/ui/templates/reporting/runs.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/reporting/runs.html?rev=179193&r1=179192&r2=179193&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/reporting/runs.html (original)
+++ lnt/trunk/lnt/server/ui/templates/reporting/runs.html Wed Apr 10 13:12:59 2013
@@ -128,6 +128,9 @@
<tr>
<td style="{{ styles['td'] }}"><b>Total Tests</b></td>
<td style="{{ styles['td'] }}" align="right"><b>{{ num_total_tests }}</b></td>
+ {% if baseline %}
+ <td></td>
+ {% endif %}
</tr>
</tfoot>
</table>
More information about the llvm-commits
mailing list