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

tomsun28 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 5cb6ee2eb8 [improve] Improve the styling of the monitoring list page 
(#4138)
5cb6ee2eb8 is described below

commit 5cb6ee2eb893722bde862e51402078d2bc258c3c
Author: Duansg <[email protected]>
AuthorDate: Wed May 20 18:12:26 2026 +0800

    [improve] Improve the styling of the monitoring list page (#4138)
    
    Signed-off-by: zhusaidong <[email protected]>
    Co-authored-by: zhusaidong <[email protected]>
---
 web-app/src/app/routes/monitor/monitor-list/monitor-list.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5d57201eb4..38fa55f548 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
@@ -140,7 +140,7 @@
 </app-toolbar>
 
 <div class="monitor-card-list">
-  <div class="monitor-list-header">
+  <div class="monitor-list-header" *ngIf="monitors?.length">
     <div class="monitor-header-actions">
       <label nz-checkbox [(ngModel)]="checkedAll" 
(ngModelChange)="onAllChecked($event)"></label>
       <nz-pagination


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

Reply via email to