1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-02-15 19:31:27 +01:00

Improve regitries UI to cover new registries

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
AllForNothing 2020-12-14 14:07:36 +08:00
parent 90f9bea965
commit 8de8122119

View File

@ -25,7 +25,10 @@ const ADAPTERS_MAP = {
"artifact-hub": "Artifact Hub", "artifact-hub": "Artifact Hub",
"huawei-SWR": "Huawei SWR", "huawei-SWR": "Huawei SWR",
"jfrog-artifactory": "JFrog Artifactory", "jfrog-artifactory": "JFrog Artifactory",
"quay": "Quay" "quay": "Quay",
"dtr": "DTR",
"tencent-tcr": "Tencent TCR",
"github-ghcr": "Github GHCR"
}; };
export const HELM_HUB: string = "helm-hub"; export const HELM_HUB: string = "helm-hub";