From 0018481a97cb99652ee7d402513b87c591485a20 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 20:38:19 +0000 Subject: [PATCH 1/9] An empty fleet shows the config page's empty state, not a row of dead controls The "No sysmond is connected" card already replaced the editors, but the header above it - the Structured/Map/Raw toggle, the disabled picker, the mode blurb - stayed visible with nothing it could act on. It now hides under the same condition the editors use (shown while the fleet is still loading, so the page does not flash empty on every visit), leaving the card as the whole page until a box dials in. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01NpxQtrW7f2YaKiYL6evoTZ --- web-ui/backend/templates/config.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/web-ui/backend/templates/config.html b/web-ui/backend/templates/config.html index f4e4ed9..6ac59b6 100644 --- a/web-ui/backend/templates/config.html +++ b/web-ui/backend/templates/config.html @@ -4,8 +4,12 @@ {{define "content"}}
- -
+ +