From ae60844a8a03d1619157701f9ec424e27f31ea17 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sat, 2 May 2026 14:37:08 -0400 Subject: [PATCH] feat: link hostnames in Live Dashboard to Host Overview Hostnames in the live dashboard table are now links to /plugins#hostname, which expands and scrolls to that host's card in the Host Overview page. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- hbd/server/templates/live.html | 8 ++++++-- hbd/server/templates/plugins.html | 13 +++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/hbd/server/templates/live.html b/hbd/server/templates/live.html index f55affc..40b980f 100644 --- a/hbd/server/templates/live.html +++ b/hbd/server/templates/live.html @@ -236,6 +236,8 @@ color: #ff9800; font-weight: 700; } + #ntable a.host-link { color: inherit; text-decoration: none; } + #ntable a.host-link:hover { text-decoration: underline; }