{{extends "base.html"}} {{import "breadcrumb.html"}} {{block head()}} {{end}} {{block body()}}
{{if eventsAllowed}}Action | Image | IP Address | User | Time | |
---|---|---|---|---|---|
{{ e.Action }} | {{if hasPrefix(e.Tag,"sha256:") }}{{ e.Repository }}@{{ e.Tag[:19] }}... | {{else}}{{ e.Repository }}:{{ e.Tag }} | {{end}}{{ e.IP }} | {{ e.User }} | {{ e.Created|pretty_time }} |