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 <noreply@anthropic.com>
This commit is contained in:
Andreas Wrede
2026-06-06 11:24:33 -04:00
parent a7abdcb5c5
commit 32680d34a4
-2
View File
@@ -597,8 +597,6 @@ async def start(
all_alerts = [] all_alerts = []
for hostname, host in hbdclass.Host.hosts.items(): for hostname, host in hbdclass.Host.hosts.items():
if not host.watched:
continue
if not _can_view_host(user, host): if not _can_view_host(user, host):
continue continue
if threshold_checker: if threshold_checker: