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

User "{{user}}" is not permitted to view the Event Log.

{{end}} {{end}}