888fc5cbf9
Rename technical labels (postqueue -p, mail.log tail, Send log/Queue/Log in nav) to plain descriptions, and style Sign out as a deliberate danger action consistent with other destructive buttons.
9 lines
136 B
HTML
9 lines
136 B
HTML
{{define "content"}}
|
|
<h1>Mail log</h1>
|
|
|
|
<div class="card">
|
|
<h2>Recent log entries</h2>
|
|
{{template "logtail_body" .}}
|
|
</div>
|
|
{{end}}
|