Can show an asset

This commit is contained in:
2025-06-08 06:47:34 +02:00
parent 257abddc15
commit d4718d15c3
10 changed files with 119 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
<div th:replace="fragments :: base(title='Home', content=~{::content})">
<div th:fragment="content">
<a href="/create">Create a new device</a>
<p>This system holds <span th:text="${asset_count}">5</span> assets.</p>
</div>
</div>