From 30a93d1c84800c13bc9fdca3118837b3bbed6fae Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sun, 26 Jul 2026 12:21:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E9=A2=91=E6=BA=90=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=A7=BB=E5=88=B0=E9=A1=B6=E9=83=A8=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8A=A0=E7=A1=AE=E8=AE=A4=E5=AF=B9=E8=AF=9D=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/ui/templates/assets.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/internal/web/ui/templates/assets.html b/internal/web/ui/templates/assets.html index 5fc8a66..fbca85c 100644 --- a/internal/web/ui/templates/assets.html +++ b/internal/web/ui/templates/assets.html @@ -41,7 +41,7 @@ {{icon "apply"}}新增服务 {{if .AssetIntegration}}{{if .AssetIntegration.Name}} {{icon "edit"}}编辑 -
+
{{end}}{{end}} @@ -177,6 +177,8 @@ function toggleIntegrationFields(type) { toggleIntegrationFields('{{.AssetIntegration.Type}}'); {{else if eq .AssetTab "video-sources"}} +{{if .Message}}
{{.Message}}
{{end}} +{{if .Error}}
{{.Error}}
{{end}}
@@ -188,7 +190,7 @@ toggleIntegrationFields('{{.AssetIntegration.Type}}'); {{icon "apply"}}新增视频源 {{if .AssetVideoSource}}{{if .AssetVideoSource.Name}} {{icon "edit"}}编辑 -
+
{{end}}{{end}}