mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
<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>
|