From 4aae09db4a3ff2e1f87550771c22bc1449cde85a Mon Sep 17 00:00:00 2001 From: Anso Date: Sat, 8 Aug 2026 23:23:52 -0400 Subject: [PATCH] fix(resources): center rollback state badges in their column (#1807) The State header and its badges (Current, Superseded, Recovery required) in Resources > Rollback were left-aligned. Add text-center to both the header and the cell so the column reads as a unit, matching the Actions column's header/cell alignment pairing. --- frontend/src/components/resources/RollbackGenerationsTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/resources/RollbackGenerationsTab.tsx b/frontend/src/components/resources/RollbackGenerationsTab.tsx index c2dd867f..0c0a160c 100644 --- a/frontend/src/components/resources/RollbackGenerationsTab.tsx +++ b/frontend/src/components/resources/RollbackGenerationsTab.tsx @@ -107,7 +107,7 @@ export function RollbackGenerationsTab({ generations, isLoading, isAdmin, nodeId Stack Generation - State + State Retention Actions @@ -139,7 +139,7 @@ export function RollbackGenerationsTab({ generations, isLoading, isAdmin, nodeId {gen.shortId} - + {formatExpiry(gen)} {isAdmin && (