From fc019780ceeb28a2bdff8c1f67d0748e8974180c Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 17 Apr 2026 17:54:46 +0100 Subject: [PATCH] Strip explanatory subtitles from primary page headers Dashboard, Infrastructure, and Storage carried descriptive blurbs under their titles ("Monitor fleet health...", "Inspect discovered systems...", "Track capacity..."). They read like onboarding copy, not header text on a working monitoring tool. Removed. PageHeader.description is already optional; the three surfaces now render with just the title. Refs #1429 RC2 feedback tone --- frontend-modern/src/components/Storage/Storage.tsx | 5 +---- .../features/infrastructure/InfrastructurePageSurface.tsx | 5 +---- frontend-modern/src/pages/Dashboard.tsx | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/frontend-modern/src/components/Storage/Storage.tsx b/frontend-modern/src/components/Storage/Storage.tsx index 049436dca..266bc45c8 100644 --- a/frontend-modern/src/components/Storage/Storage.tsx +++ b/frontend-modern/src/components/Storage/Storage.tsx @@ -74,10 +74,7 @@ const Storage: Component = () => { class="space-y-4" data-testid="storage-page" > - + - + - + {/* Connection warning banner — shown above all content, NOT a full-page takeover */}