From 32680d34a40b891c17cda82cd3855412ad5ee3a6 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sat, 6 Jun 2026 11:24:33 -0400 Subject: [PATCH] feat: show alerts for all hosts on Alerts page, not just watched Notifications are still gated by host.watched; only the listing changes. Co-Authored-By: Claude Sonnet 4.6 --- hbd/server/http.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbd/server/http.py b/hbd/server/http.py index d834992..b7fc838 100644 --- a/hbd/server/http.py +++ b/hbd/server/http.py @@ -597,8 +597,6 @@ async def start( all_alerts = [] for hostname, host in hbdclass.Host.hosts.items(): - if not host.watched: - continue if not _can_view_host(user, host): continue if threshold_checker: