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 548966906c [bugfix] align tooltip position for mute icon with other 
icons (#3862)
548966906c is described below

commit 548966906cda7a4cf7d6963a157a940c0156743f
Author: P_Peaceful <[email protected]>
AuthorDate: Thu Nov 20 22:22:56 2025 +0800

    [bugfix] align tooltip position for mute icon with other icons (#3862)
    
    Co-authored-by: Duansg <[email protected]>
    Co-authored-by: Tomsun28 <[email protected]>
---
 web-app/src/app/layout/basic/widgets/notify.component.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web-app/src/app/layout/basic/widgets/notify.component.ts 
b/web-app/src/app/layout/basic/widgets/notify.component.ts
index 42fd0899a5..022ff9a0e7 100644
--- a/web-app/src/app/layout/basic/widgets/notify.component.ts
+++ b/web-app/src/app/layout/basic/widgets/notify.component.ts
@@ -43,6 +43,7 @@ import { GeneralConfigService } from 
'../../../service/general-config.service';
           ngClass="alain-default__nav-item-icon"
           (click)="toggleMute($event)"
           nz-tooltip
+          nzTooltipPlacement="bottom"
           [nzTooltipTitle]="(mute.mute ? 'common.unmute' : 'common.mute') | 
i18n"
         ></i>
       </nz-badge>


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

Reply via email to