[LNT] r209020 - Make compile_time and exec_time tables sortable

Yi Kong Yi.Kong at arm.com
Fri May 16 13:53:28 PDT 2014


Author: kongyi
Date: Fri May 16 15:53:27 2014
New Revision: 209020

URL: http://llvm.org/viewvc/llvm-project?rev=209020&view=rev
Log:
Make compile_time and exec_time tables sortable

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

Modified: lnt/trunk/lnt/server/ui/templates/v4_run.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/v4_run.html?rev=209020&r1=209019&r2=209020&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/v4_run.html (original)
+++ lnt/trunk/lnt/server/ui/templates/v4_run.html Fri May 16 15:53:27 2014
@@ -300,10 +300,10 @@
     {% for field in primary_fields %}
       <section id="{{ field.name }}" />
       {{ utils.render_popup_begin('test_data-' + field.name, field.name, false) }}
-      <table class="table table-striped table-hover table-condensed">
+      <table class="table table-striped table-hover table-condensed sortable">
         <thead>
           <tr>
-            <th rowspan="1"><input type="checkbox" id="select-all" onClick="selectAll(this)"></th>
+            <th rowspan="1" class="sorttable_nosort"><input type="checkbox" id="select-all" onClick="selectAll(this)"></th>
             <th rowspan="1">Name</th>
             {% if options.show_previous %}<th>Prev</th>{% endif %}
             <th>Current</th>





More information about the llvm-commits mailing list