admin team ID

This commit is contained in:
2025-10-28 16:31:40 +01:00
parent 68cb9ac73e
commit c4b404e7a9
3 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
<h1>Týmy</h1>
<table border="1">
<tr>
<th>ID</th>
<th>Název týmu</th>
<th>Obtížnost</th>
<th>Poslední šifra</th>
@@ -19,6 +20,7 @@
</tr>
{{range .Teams}}
<tr>
<td>{{.ID}}</td>
<td>{{.TeamName}}</td>
<td>{{.Difficulty}}</td>
<td>{{.LastCipher}}</td>