{{define "audit.html"}}{{template "app" .}}{{end}} {{define "page-title"}}Audit Log - DAL License Server{{end}} {{define "page-content"}}
| Vreme | Akcija | Licenca | IP | Detalji |
|---|---|---|---|---|
| {{formatDate .CreatedAt}} | {{.Action}} | {{if .LicenseKey}}{{.LicenseKey}}{{else}}-{{end}} |
{{.IPAddress}} | {{jsonPretty .Details}} |
| Nema podataka | ||||