mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-15 06:08:54 +00:00
Natural sorting of tags, add last 5 event to tags page.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<tr>
|
||||
<td>{{ e.Action }}</td>
|
||||
{{if hasPrefix(e.Tag,"sha256") }}
|
||||
<td>{{ e.Repository }}@{{ e.Tag[:12] }}.....{{ e.Tag[66:] }}</td>
|
||||
<td title="{{ e.Tag }}">{{ e.Repository }}@{{ e.Tag[:19] }}...</td>
|
||||
{{else}}
|
||||
<td>{{ e.Repository }}:{{ e.Tag }}</td>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user