From e00ee61cf0fb75feb5bad99ea2d7d53dcca202b2 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sun, 17 May 2026 01:20:30 -0400 Subject: [PATCH] Place Last Refresh next to Last Deploy on the Galaxy page Group the two double-width timestamp cards at the start of the metric row so the deploy/refresh pair reads together, ahead of the count cards. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../Dashboard/Components/Pages/GalaxyPage.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MxGateway.Server/Dashboard/Components/Pages/GalaxyPage.razor b/src/MxGateway.Server/Dashboard/Components/Pages/GalaxyPage.razor index 729a1b4..3c5e4a2 100644 --- a/src/MxGateway.Server/Dashboard/Components/Pages/GalaxyPage.razor +++ b/src/MxGateway.Server/Dashboard/Components/Pages/GalaxyPage.razor @@ -20,11 +20,11 @@ else
+ -
@if (Snapshot.Galaxy.Status == DashboardGalaxyStatus.Unknown)