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 fc2efb13eb style: apply primary button style to monitor manage action 
(#4045)
fc2efb13eb is described below

commit fc2efb13ebf931cb126ee16844784a8748487cd8
Author: Darshan-paul <[email protected]>
AuthorDate: Sat Mar 7 09:24:35 2026 +0530

    style: apply primary button style to monitor manage action (#4045)
    
    Co-authored-by: Duansg <[email protected]>
    Co-authored-by: Tomsun28 <[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 b980116f17..5d57201eb4 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
@@ -54,7 +54,7 @@
     <nz-dropdown-menu #more_menu="nzDropdownMenu">
       <ul nz-menu>
         <li nz-menu-item>
-          <button nz-button (click)="onEnableManageMonitors()" 
class="mobile-hide">
+          <button nz-button nzType="primary" 
(click)="onEnableManageMonitors()" class="mobile-hide">
             <i nz-icon nzType="play-circle" nzTheme="outline"></i>
             {{ 'monitor.enable' | i18n }}
           </button>


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

Reply via email to