|
@@ -79,7 +79,7 @@
|
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
<div th:if="${image != null and !#strings.isEmpty(image)}">
|
|
<div th:if="${image != null and !#strings.isEmpty(image)}">
|
|
|
- <img class='img-thumbnail' th:src="'data:image/jpeg;base64,' + ${image} "
|
|
|
|
|
|
|
+ <img class='img-thumbnail' th:src="'data:image/jpeg;base64,' + ${imageCommand.imageData} "
|
|
|
width="250" height="250" alt =""/>
|
|
width="250" height="250" alt =""/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|