This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 6c36d1d60 [bugfix] template upload (#2710)
6c36d1d60 is described below
commit 6c36d1d60a5145b9dd56dbdfcb3e9da15eef09da
Author: Logic <[email protected]>
AuthorDate: Fri Sep 13 21:36:22 2024 +0800
[bugfix] template upload (#2710)
Co-authored-by: aias00 <[email protected]>
---
web-app/src/app/routes/monitor/monitor-form/monitor-form.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/web-app/src/app/routes/monitor/monitor-form/monitor-form.component.html
b/web-app/src/app/routes/monitor/monitor-form/monitor-form.component.html
index 0a365c693..d721ff16d 100644
--- a/web-app/src/app/routes/monitor/monitor-form/monitor-form.component.html
+++ b/web-app/src/app/routes/monitor/monitor-form/monitor-form.component.html
@@ -177,7 +177,7 @@
<nz-upload
nzName="file"
nzListType="text"
- [nzShowUploadList]="true"
+ [nzShowUploadList]="false"
[nzMultiple]="false"
[nzLimit]="1"
[nzCustomRequest]="handleTemplateInput"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]