From 21667ad4731f0f773901e89eb0b6c0ec91a222bd Mon Sep 17 00:00:00 2001
From: rex7036 <80580393+rex7036@users.noreply.github.com>
Date: Sun, 18 May 2025 12:24:33 +0800
Subject: [PATCH 1/2] Update index.html
---
hubcmdui/web/index.html | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/hubcmdui/web/index.html b/hubcmdui/web/index.html
index e70e24c..544fbee 100644
--- a/hubcmdui/web/index.html
+++ b/hubcmdui/web/index.html
@@ -539,7 +539,7 @@
let originalImage = `${imageName}:${tag}`;
let proxyImage = '';
if (!imageName.includes('/')) {
- proxyImage = `${proxyDomain}/library/${imageName}:${tag}`;
+ proxyImage = `${proxyDomain}/${imageName}:${tag}`;
} else {
proxyImage = `${proxyDomain}/${imageName}:${tag}`;
}
@@ -774,11 +774,10 @@
${description}
-
@@ -885,8 +884,8 @@
加载镜像详情失败: ${error.message}
-
+
+
重试
From 83d8b82e802b53c3a43327a5cad07009b3fc8e27 Mon Sep 17 00:00:00 2001
From: rex7036 <80580393+rex7036@users.noreply.github.com>
Date: Sun, 18 May 2025 12:31:23 +0800
Subject: [PATCH 2/2] Update index.html
---
hubcmdui/web/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hubcmdui/web/index.html b/hubcmdui/web/index.html
index 544fbee..21a3ea6 100644
--- a/hubcmdui/web/index.html
+++ b/hubcmdui/web/index.html
@@ -539,7 +539,7 @@
let originalImage = `${imageName}:${tag}`;
let proxyImage = '';
if (!imageName.includes('/')) {
- proxyImage = `${proxyDomain}/${imageName}:${tag}`;
+ proxyImage = `${proxyDomain}/library/${imageName}:${tag}`;
} else {
proxyImage = `${proxyDomain}/${imageName}:${tag}`;
}