diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3eaaf..b640fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version ## [Unreleased] +### Changed + +- panel: **Status** places Mail queue and TLS certificate side by side (the + same `.split` / wide layout as Settings and a delivery), so the shorter + checks take less vertical space; Processes, Machine, sockets, hostname, and + Configuration stay full width. + ### Fixed - panel: on the user create/edit form, **Assigned domains** checkboxes stacked diff --git a/internal/web/view/templates/status.html b/internal/web/view/templates/status.html index e0f020d..d0b4e9e 100644 --- a/internal/web/view/templates/status.html +++ b/internal/web/view/templates/status.html @@ -1,3 +1,7 @@ +{{/* Wide enough for mail queue and TLS certificate side by side (see .split + in panel.css, as on account and delivery). */}} +{{define "wide"}}wide{{end}} + {{define "content"}}
{{.QueueError}}
- {{else}} -{{if .QueueSummary}}{{.QueueSummary}}{{else}}Mail queue is empty.{{end}}
- Full queue - {{end}} -{{.QueueError}}
+ {{else}} +{{if .QueueSummary}}{{.QueueSummary}}{{else}}Mail queue is empty.{{end}}
+ Full queue + {{end}} +The certificate Postfix serves on port 465{{if .Cert.Subject}} ({{.Cert.Subject}}){{end}}. - It is supplied by the reverse proxy through a read-only mount; SelfPost only reads it.
- {{if not .Cert.NotAfter.IsZero}} - - {{.Cert.NotAfter.UTC.Format "2006-01-02 15:04 UTC"}} - {{end}} -{{.Cert.Detail}}
+The certificate Postfix serves on port 465{{if .Cert.Subject}} ({{.Cert.Subject}}){{end}}. + It is supplied by the reverse proxy through a read-only mount; SelfPost only reads it.
+ {{if not .Cert.NotAfter.IsZero}} + + {{.Cert.NotAfter.UTC.Format "2006-01-02 15:04 UTC"}} + {{end}} +{{.Cert.Detail}}
+