Newer
Older
mbed-os / workspace_tools / ci_templates / tests_build / build_report_table.html
@Brian Daniels Brian Daniels on 13 Apr 2015 235 bytes Added table styleing
<table class="sortable pane bigtable stripped-odd">
  <tr>
    <th>Toolchain</th>
    <th>Project</th>
  </tr>
  {% for run in build %}
  <tr>
    <td>{{run.toolchain}}</td>
    <td>{{run.project}}</td>
  </tr>
  {% endfor %}
</table>