mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
fix(zui): show referrers pointing to image manifests (#3053)
See https://github.com/project-zot/zui/issues/476 In previous implementations the referrers tab only showed the referrers returned at image level, ignoring the referrers returned at manifest level. This is fine for singlearch images, since they are the same. For images containing multiple manifests only index referrers were shown. The current implementation would show both the referrers to the index and the current manifest. Also fix refreshing the data shown in the tag details tabs on changing the selected manifest Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1
|
||||
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
|
||||
ACTION_VALIDATOR_VERSION := v0.5.3
|
||||
ZUI_BUILD_PATH := ""
|
||||
ZUI_VERSION := commit-203b097
|
||||
ZUI_VERSION := commit-303dfb3
|
||||
ZUI_REPO_OWNER := project-zot
|
||||
ZUI_REPO_NAME := zui
|
||||
SWAGGER_VERSION := v1.16.2
|
||||
|
||||
Reference in New Issue
Block a user