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 41e57db032 [bugfix] notice policy lost Gotify receiver type (#3886)
41e57db032 is described below

commit 41e57db03283cb1d475dca21fd51fa3de4ad779e
Author: P_Peaceful <[email protected]>
AuthorDate: Wed Dec 3 22:44:20 2025 +0800

    [bugfix] notice policy lost Gotify receiver type (#3886)
    
    Co-authored-by: Tomsun28 <[email protected]>
---
 .../alert-notice/alert-notice-rule/alert-notice-rule.component.ts      | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/web-app/src/app/routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.ts
 
b/web-app/src/app/routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.ts
index f1e337af19..d26429499e 100644
--- 
a/web-app/src/app/routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.ts
+++ 
b/web-app/src/app/routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.ts
@@ -275,6 +275,9 @@ export class AlertNoticeRuleComponent implements OnInit {
                 case 12:
                   label = `${label}ServerChan`;
                   break;
+                case 13:
+                  label = `${label}Gotify`;
+                  break;
                 case 14:
                   label = `${label}FeiShuApp`;
                   break;


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

Reply via email to