From 7e87a15a1254e39103d785d1cd8990cc60300540 Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Tue, 16 Jun 2026 16:41:56 +0200 Subject: [PATCH] admin Jobs tab: show job controls above the pipeline readiness table The 500+ row readiness table forced scrolling past it to reach the actual job controls. Put JobControls first, readiness below. Co-Authored-By: Claude Opus 4.8 --- frontend/src/pages/AdminPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/AdminPage.tsx b/frontend/src/pages/AdminPage.tsx index 7b85cc8..2df41ae 100644 --- a/frontend/src/pages/AdminPage.tsx +++ b/frontend/src/pages/AdminPage.tsx @@ -41,8 +41,8 @@ export default function AdminPage() { )} {activeTab === 'Jobs' && (
- +
)} {activeTab === 'Cleanup' && }