1
0
Fork 0
dbmonitor/public/templates/views.html

16 lines
233 B
HTML

<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>