Files
openstapps/resources/file.html.mustache
Karl-Philipp Wulfert 1ac90ef633 feat: add core tools
2018-12-18 17:41:03 +01:00

16 lines
229 B
Plaintext

<h2>Errors in <code>{{testFile}}</code></h2>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>#</th>
<th>Error</th>
<th>Schema</th>
</tr>
</thead>
<tbody>
{{&errors}}
</tbody>
</table>