mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
<div class="mw-100">
|
|
<h2>Errors in <code>{{testFile}}</code></h2>
|
|
<table class="table table-striped table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">Error</th>
|
|
<th scope="col">Instance</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
{{&errors}}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|