This commit is contained in:
1
templates/audit.html
Normal file
1
templates/audit.html
Normal file
@@ -0,0 +1 @@
|
||||
{{define "content"}}<h1>Audit-Log</h1><section class="card"><table><thead><tr><th>Zeit</th><th>Aktion</th><th>Objekt</th><th>Info</th></tr></thead><tbody>{{range .Audit}}<tr><td>{{.CreatedAt}}</td><td>{{.Action}}</td><td>{{.Entity}}</td><td>{{.Message}}</td></tr>{{end}}</tbody></table></section>{{end}}{{template "base" .}}
|
||||
Reference in New Issue
Block a user