Brian Daniels / mbed-tools

Fork of mbed-tools by Morpheus

ci_templates/library_build/build_report_table.html

Committer:
screamer
Date:
2016-03-30
Revision:
0:4a2e5f0422d6

File content as of revision 0:4a2e5f0422d6:

<table class="sortable pane bigtable stripped-odd">
  <tr>
    <th>Toolchain</th>
  </tr>
  {% for run in build %}
  <tr>
    <td>{{run.toolchain}}</td>
  </tr>
  {% endfor %}
</table>