mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-25 18:32:12 +00:00
feat: add core tools
This commit is contained in:
15
resources/file.html.mustache
Normal file
15
resources/file.html.mustache
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user