diff --git a/templates/base.html b/templates/base.html index fcfb938..131344e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,7 +26,7 @@
- Registry UI v{{version}} | Quiq Inc. + Registry UI v{{version}} | Quiq Inc. | Github
diff --git a/templates/catalog.html b/templates/catalog.html index 99064dc..e501496 100644 --- a/templates/catalog.html +++ b/templates/catalog.html @@ -89,7 +89,7 @@ {{end}} {* end tags *} {{if eventsAllowed and isset(events) }} -

Latest activity

+

Recent Activity

@@ -104,7 +104,7 @@ {{range _, e := events}} - {{if hasPrefix(e.Tag,"sha256") }} + {{if hasPrefix(e.Tag,"sha256:") }} {{else}} diff --git a/templates/event_log.html b/templates/event_log.html index e43110b..52a5d30 100644 --- a/templates/event_log.html +++ b/templates/event_log.html @@ -72,10 +72,10 @@ {{range _, e := events}} - {{if hasPrefix(e.Tag,"sha256") }} - + {{if hasPrefix(e.Tag,"sha256:") }} + {{else}} - + {{end}}
{{ e.Action }}{{ e.Repository }}@{{ e.Tag[:19] }}...{{ e.Repository }}:{{ e.Tag }}
{{ e.Action }}{{ e.Repository }}@{{ e.Tag[:19] }}...{{ e.Repository }}@{{ e.Tag[:19] }}...{{ e.Repository }}:{{ e.Tag }}{{ e.Repository }}:{{ e.Tag }}{{ e.IP }} {{ e.User }}