5e8a330cf1
The System log page still said "Mail log" in its heading and browser title, and Deliveries titled itself "send log". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
9 lines
138 B
HTML
9 lines
138 B
HTML
{{define "content"}}
|
|
<h1>System log</h1>
|
|
|
|
<div class="card">
|
|
<h2>Recent log entries</h2>
|
|
{{template "logtail_body" .}}
|
|
</div>
|
|
{{end}}
|