Commit 67392c79 authored by Jérome Perrin's avatar Jérome Perrin

static

parent a1e28ade
......@@ -28,14 +28,11 @@
<script id="simple-metric-template" type="text/x-handlebars-template">
<tr>
<td>{{metric}}</td>
<td>{{value}}</td>
<td>{{{value}}}</td>
</tr>
</script>
<script id="metric-object-template" type="text/x-handlebars-template">
<tr>
<td>{{metric}}</td>
<td>
<table width='100%'>
<tbody>
<tr>
......@@ -52,8 +49,6 @@
</tr>
</tbody>
</table>
</td>
</tr>
</script>
<script id="header-template" type="text/x-handlebars-template">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment