From b8bdc4a69fa24ad9c8e3d162aa8b53801a03084d Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:08:03 -0500 Subject: [PATCH] Move Default Trace tabs from Resource Metrics to Overview section (#169) Default Trace Events and Trace Analysis tabs belong under Overview, not Resource Metrics. Extracted into new DefaultTraceContent UserControl following the same pattern as DailySummaryContent and CriticalIssuesContent. Removed dead column filter popup infrastructure from ResourceMetricsContent. Co-Authored-By: Claude Opus 4.6 --- Dashboard/Controls/DefaultTraceContent.xaml | 187 ++++++++++++ .../Controls/DefaultTraceContent.xaml.cs | 155 ++++++++++ .../Controls/ResourceMetricsContent.xaml | 177 ------------ .../Controls/ResourceMetricsContent.xaml.cs | 266 +----------------- Dashboard/ServerTab.xaml | 5 + Dashboard/ServerTab.xaml.cs | 10 +- 6 files changed, 356 insertions(+), 444 deletions(-) create mode 100644 Dashboard/Controls/DefaultTraceContent.xaml create mode 100644 Dashboard/Controls/DefaultTraceContent.xaml.cs diff --git a/Dashboard/Controls/DefaultTraceContent.xaml b/Dashboard/Controls/DefaultTraceContent.xaml new file mode 100644 index 00000000..6552c711 --- /dev/null +++ b/Dashboard/Controls/DefaultTraceContent.xaml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + +