{{define "admin_logs"}} {{template "base" .}} {{end}} {{define "admin_logs_content"}}
Recent access, errors, failed logins, and IP bans
| Time | IP | Method | Path | Status | Duration(ms) | User | UA |
|---|---|---|---|---|---|---|---|
| {{formatTime .CreatedAt}} | {{.IP}} | {{.Method}} | {{.Path}} | {{.Status}} | {{.Duration}} | {{if .Username.Valid}}{{.Username.String}}{{else}}-{{end}} | {{.UserAgent}} |
| No access logs | |||||||