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}}