Got most of the create menu working
Some checks failed
Build / build (push) Failing after 15s

This commit is contained in:
2025-06-07 17:32:55 +02:00
parent 07765b8367
commit e703da995e
17 changed files with 286 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
<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>