{{define "content"}}
| Type | Repository | Commit | Crash Message | Size | Created | |
|---|---|---|---|---|---|---|
| {{.Type}} | {{.RepoName}} | {{shortSHA .CommitSHA}} |
{{if .CrashMessage}}{{truncate (deref .CrashMessage) 80}}{{else}}-{{end}} | {{formatSize .BlobSize}} | {{timeAgo .CreatedAt}} | View |
No results found.
{{end}} {{end}}