mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
feat: add core tools
This commit is contained in:
10
resources/error.html.mustache
Normal file
10
resources/error.html.mustache
Normal file
@@ -0,0 +1,10 @@
|
||||
<tr>
|
||||
<td><h3>{{idx}}</h3></td>
|
||||
<td>
|
||||
<div class="alert {{status}}">{{message}}</div>
|
||||
<pre style="max-width: 600px;">{{property}} = {{instance}}</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre>{{schema}}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user