dbmonitor/public/templates/views.html

16 lines
233 B
HTML
Raw Permalink Normal View History

2013-01-05 14:10:01 -05:00
<script id="header" type="text/html">
<tr>
{{#labels}}
<th>{{.}}</th>
{{/labels}}
</tr>
</script>
<script id="row" type="text/html">
<tr>
{{#values}}
<td>{{.}}</td>
{{/values}}
</tr>
</script>