mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
refactor: move core-tools to monorepo
This commit is contained in:
12
packages/core-tools/resources/error.html.mustache
Normal file
12
packages/core-tools/resources/error.html.mustache
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<th scope="row"><h3>{{idx}}</h3></th>
|
||||
<td>
|
||||
<div class="alert {{status}}">{{name}}</div>
|
||||
<p>{{message}}</p>
|
||||
<p>{{suggestion}}</p>
|
||||
</td>
|
||||
<td style="max-width: 600px">
|
||||
<p>{{schemaPath}}</p>
|
||||
<pre>{{instance}}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user