Newer
Older
mbed-os / tools / ci_templates / tests_build / build_report_table.html
@Mihail Stoyanov Mihail Stoyanov on 9 Jun 2016 235 bytes Renamed workspace_tools folder to tools
<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>