Alessandro Angelino / mbed-tools

Fork of mbed-tools by Morpheus

Revision:
0:4a2e5f0422d6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ci_templates/tests_build/build_report_table.html	Wed Mar 30 16:23:44 2016 +0000
@@ -0,0 +1,12 @@
+<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>