REVERT: change to operationoutcome.html
This commit is contained in:
parent
f32157319c
commit
71ea1b49f2
|
@ -11,7 +11,7 @@
|
|||
<tr th:each="issue : ${resource.issue}">
|
||||
<td th:text="${issue.severityElement.value}" style="font-weight: bold;"></td>
|
||||
<td th:text="${issue.location}"></td>
|
||||
<td th:narrative="${issue.diagnostics[0]}"></td>
|
||||
<td th:text="${issue.diagnostics}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue