[llvm-commits] [LNT] r161817 - /lnt/trunk/lnt/server/ui/templates/v4_global_status.html
Michael Gottesman
mgottesman at apple.com
Mon Aug 13 17:26:09 PDT 2012
Author: mgottesman
Date: Mon Aug 13 19:26:09 2012
New Revision: 161817
URL: http://llvm.org/viewvc/llvm-project?rev=161817&view=rev
Log:
[LNT] Global status overview page data columns are not all apart of the class 'worst-time',
just the second data column.
Modified:
lnt/trunk/lnt/server/ui/templates/v4_global_status.html
Modified: lnt/trunk/lnt/server/ui/templates/v4_global_status.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/v4_global_status.html?rev=161817&r1=161816&r2=161817&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/v4_global_status.html (original)
+++ lnt/trunk/lnt/server/ui/templates/v4_global_status.html Mon Aug 13 19:26:09 2012
@@ -29,7 +29,7 @@
</td>
{{ row[1]|aspctcell("data-cell worst-time")|safe }}
{% for cr in row[2:] %}
- {{ cr.pct_delta|aspctcell("data-cell worst-time " + machine_groups_map[machines[loop.index0]])|safe }}
+ {{ cr.pct_delta|aspctcell("data-cell " + machine_groups_map[machines[loop.index0]])|safe }}
{% endfor %}
</tr>
{% endfor %}
More information about the llvm-commits
mailing list