[add] server

This commit is contained in:
Andy Bunce 2025-10-18 22:59:51 +01:00
parent 1a6be470ee
commit 41d9e081b5
19 changed files with 88 additions and 693 deletions

View file

@ -8,8 +8,13 @@
<body>
<div layout:fragment="content" class='ProfileIndex'>
<h2>{uid} profile</h2>
<hr />
<h2>Active sockets <span th:text="${count}">#</span></h2>
<ul>
<li th:each="soc: ${sockets}">
<a th:href="@{~/app/socket/{soc}}" href="#socket"><small th:text="${soc}">socket</small></a>
<span th:text="${soc}">soc</span>
</li>
</ul>
<hr />
</div>
</body>