33ee08f7b6
test / test (push) Waiting to run
Add in-panel Help: CSS-only drawer with seeded Status and domain topics, «?» entry points on cards, and guide.md boundary for what stays in-repo. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
959 B
HTML
27 lines
959 B
HTML
{{/* Wide so Machine|Processes and the other .split pairs fill the column
|
|
rather than the 48rem reading measure. */}}
|
|
{{define "wide"}}wide{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="page-head">
|
|
<h1>Status</h1>
|
|
<label class="help-link" for="help-status" title="What these checks mean">?</label>
|
|
</div>
|
|
|
|
{{if .Flash}}<div class="flash">{{.Flash}}</div>{{end}}
|
|
|
|
{{template "status_body" .}}
|
|
|
|
<div class="card" id="configuration">
|
|
<h2>Configuration</h2>
|
|
<p class="muted">Regenerates the OpenDKIM and Postfix configuration from the
|
|
database and reloads both daemons. Use it if you edited the files by hand,
|
|
restored a backup, or the running configuration looks out of step with the
|
|
domain and application lists. It does not touch the mail queue or the TLS
|
|
certificate, and it is safe to run at any time.</p>
|
|
<form class="inline" method="post" action="/reload">
|
|
<button type="submit">Reload configuration</button>
|
|
</form>
|
|
</div>
|
|
{{end}}
|