From 08088bbe64f20ffb6162af198543d76b4d5d2313 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Thu, 5 Jun 2025 12:43:47 +0100 Subject: [PATCH] remove: redundant Global Alert Settings from main settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove duplicate Global Alert Settings section from settings.js - All alert management functionality now centralized in Alert Management modal - Global thresholds available in System Alerts tab - Email configuration enhanced in Notification Settings tab - Eliminates redundancy and consolidates user experience - Prevents confusion from having same settings in multiple places 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/js/ui/settings.js | 61 ------------------------------------ 1 file changed, 61 deletions(-) diff --git a/src/public/js/ui/settings.js b/src/public/js/ui/settings.js index 770d3585a..47628d53e 100644 --- a/src/public/js/ui/settings.js +++ b/src/public/js/ui/settings.js @@ -450,67 +450,6 @@ PulseApp.ui.settings = (() => { const smtp = config.advanced?.smtp || {}; return `
- -
-

Global Alert Settings

-

These settings apply to all VMs and LXCs unless overridden by custom thresholds below.

- -
- - - - -
- -
-
- - -
-
- - -
-
- - -
-
-