Feat: add logjournal to room

This commit is contained in:
Grail Finder
2025-06-22 12:18:16 +03:00
parent f7ebee8fb0
commit 07c4d9295d
3 changed files with 10 additions and 14 deletions

View File

@ -50,6 +50,14 @@
{{template "teamlist" .Room.RedTeam}}
</div>
<hr />
<div id="systembox">
Server says: <br>
<ul>
{{range .Room.LogJournal}}
<li>{{.}}</li>
{{end}}
</ul>
</div>
<div id="cardtable">
{{template "cardtable" .Room}}
</div>