Files
openstapps/packages/core-tools/resources/error.html.mustache

13 lines
258 B
Plaintext

<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>