From 6d39c5be473041d6aaa40eea59b4e78519cf0772 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 17 Aug 2026 08:07:23 -0400 Subject: [PATCH] fix: correct empty-state copy on Host Overview page Since RTT history keys make host.plugin_data non-empty after the very first heartbeat, the "no hosts" empty state can now only trigger when zero hosts have ever connected, not when hosts exist but haven't sent plugin metrics yet (that in-between state no longer exists). Update the copy to describe the actual current trigger condition. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01DEimzMv4Q5EjFg3hoiZ69T --- hbd/server/templates/plugins.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbd/server/templates/plugins.html b/hbd/server/templates/plugins.html index b553bcd..07f36dc 100644 --- a/hbd/server/templates/plugins.html +++ b/hbd/server/templates/plugins.html @@ -290,8 +290,8 @@ {% if not hosts %}
-

No hosts with plugin data available

-

Hosts will appear here once they start sending plugin metrics

+

No hosts have connected yet

+

Hosts will appear here once they start sending heartbeats

{% else %}