mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
13 lines
258 B
Plaintext
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>
|