Files
selfpost/internal/web/templates/logtail.html
T
mix 12a11f185c panel: match monitoring page titles to their nav labels
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>
2026-08-03 21:42:58 +03:00

9 lines
138 B
HTML

{{define "content"}}
<h1>System log</h1>
<div class="card">
<h2>Recent log entries</h2>
{{template "logtail_body" .}}
</div>
{{end}}