From f5d944f7aa3f33579060547b0460c19c9efa1726 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Thu, 5 Jun 2025 12:08:22 +0100 Subject: [PATCH] remove: redundant per-rule notification overrides section The per-rule overrides section that directed users to the Alert Rules tab was unnecessary since users are already within the alert management modal. This simplifies the Notification Settings tab and removes redundant navigation. --- src/public/js/ui/alertManagementModal.js | 25 ------------------------ 1 file changed, 25 deletions(-) diff --git a/src/public/js/ui/alertManagementModal.js b/src/public/js/ui/alertManagementModal.js index fa2d95d7e..5447e5e2a 100644 --- a/src/public/js/ui/alertManagementModal.js +++ b/src/public/js/ui/alertManagementModal.js @@ -454,31 +454,6 @@ PulseApp.ui.alertManagementModal = (() => { - -
-
-
- - - - -
-
-

Per-Rule Notification Overrides

-

- Need different notification settings for specific alerts? Configure custom delivery preferences for individual alert rules in the Alert Rules tab. -

- -
-
-
`; }