mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
16 lines
229 B
Plaintext
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>
|