mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-04 22:50:43 +00:00
Last events were not shown when viewing a repo of non-default namespace.
This commit is contained in:
2
main.go
2
main.go
@@ -196,7 +196,7 @@ func (a *apiClient) viewTags(c echo.Context) error {
|
||||
data.Set("repo", repo)
|
||||
data.Set("tags", tags)
|
||||
data.Set("deleteAllowed", deleteAllowed)
|
||||
data.Set("events", a.eventListener.GetEvents(repo))
|
||||
data.Set("events", a.eventListener.GetEvents(repoPath))
|
||||
|
||||
return c.Render(http.StatusOK, "tags.html", data)
|
||||
}
|
||||
|
Reference in New Issue
Block a user