Enha: shorter sse patience; style cleaning
This commit is contained in:
11
components/journal.html
Normal file
11
components/journal.html
Normal file
@ -0,0 +1,11 @@
|
||||
{{define "journal"}}
|
||||
<div id="systembox" class="overflow-y-auto max-h-96 border-2 border-gray-300 p-4 rounded-lg space-y-2">
|
||||
bot journal: <br>
|
||||
<ul>
|
||||
{{range .LogJournal}}
|
||||
<li>{{.Username}}: {{.Entry}}</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</div>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user