This is an automated email from the ASF dual-hosted git repository.

gongchao 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 aa58f0af7 Remove the empty footer of "AppSwitchModal" (#2352)
aa58f0af7 is described below

commit aa58f0af7f38ece62800756834409117f919eb89
Author: Kerwin Bryant <[email protected]>
AuthorDate: Tue Jul 23 22:59:41 2024 +0800

    Remove the empty footer of "AppSwitchModal" (#2352)
    
    Co-authored-by: tomsun28 <[email protected]>
---
 .../src/app/routes/monitor/monitor-list/monitor-list.component.html    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.html 
b/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.html
index b7d142bf8..cff3aff01 100644
--- a/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.html
+++ b/web-app/src/app/routes/monitor/monitor-list/monitor-list.component.html
@@ -311,8 +311,7 @@
   nzClosable="false"
   nzWidth="30%"
   nzWrapClassName="monitor-select-menu-modal"
-  [nzOkText]="null"
-  [nzCancelText]="null"
+  [nzFooter]="null"
   [nzOkLoading]="appSearchLoading"
 >
   <div *nzModalContent class="-inner-content">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to