[add] server
This commit is contained in:
parent
1a6be470ee
commit
41d9e081b5
19 changed files with 88 additions and 693 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue