[LNT] r256320 - Make sure machines are in the machine class

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 22:16:11 PST 2015


Author: cmatthews
Date: Wed Dec 23 00:16:11 2015
New Revision: 256320

URL: http://llvm.org/viewvc/llvm-project?rev=256320&view=rev
Log:
Make sure machines are in the machine class

Modified:
    lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html

Modified: lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html?rev=256320&r1=256319&r2=256320&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html (original)
+++ lnt/trunk/lnt/server/ui/templates/v4_regression_detail.html Wed Dec 23 00:16:11 2015
@@ -107,7 +107,7 @@ var changes = [
                     <td style="background:transparent;"></td><td>{{ form_change }}</td>
                 </tr>
             </table>
-        <td>{{utils.render_machine(fc.ri.machine)}}</td>
+        <td class="machine">{{utils.render_machine(fc.ri.machine)}}</td>
         <td class="metric"> {{ fc.ri.field.name }} </td>
          {% set graph_base=v4_url_for('v4_graph', highlight_run=fc.run.id) %}
         <td><a href="{{graph_base}}&plot.{{fc.ri.test.id}}={{ fc.ri.machine.id}}.{{fc.ri.test.id}}.{{fc.ri.field.index}}">{{ fc.ri.test.name }}</a></td>




More information about the llvm-commits mailing list