[LNT] r239507 - Remove extra useless column that accidentally got committed as part of r239468.
Kristof Beyls
kristof.beyls at arm.com
Thu Jun 11 00:33:15 PDT 2015
Author: kbeyls
Date: Thu Jun 11 02:33:14 2015
New Revision: 239507
URL: http://llvm.org/viewvc/llvm-project?rev=239507&view=rev
Log:
Remove extra useless column that accidentally got committed as part of r239468.
Modified:
lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html
Modified: lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html?rev=239507&r1=239506&r2=239507&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html (original)
+++ lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html Thu Jun 11 02:33:14 2015
@@ -155,7 +155,6 @@
{% for day_result in day_results[:-1]|reverse %}
{{ get_cell_value(day_result) }}
{% endfor %}
- <td>{{test.name}}</td>
</tr>
{% endfor %}
{{ "</table><p>" if report.for_mail }}
More information about the llvm-commits
mailing list