From e17b4a8819c59cb40998ec5609c9874e2d8006f7 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Sun, 18 Jan 2026 01:22:42 +0000 Subject: [PATCH] similar order --- orchestrator/src/client/pages/OrchestratorPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orchestrator/src/client/pages/OrchestratorPage.tsx b/orchestrator/src/client/pages/OrchestratorPage.tsx index 8640450..fac2efc 100644 --- a/orchestrator/src/client/pages/OrchestratorPage.tsx +++ b/orchestrator/src/client/pages/OrchestratorPage.tsx @@ -1205,13 +1205,13 @@ export const OrchestratorPage: React.FC = () => { {/* Compact metrics summary - demoted visual weight */}
- {totalJobs} jobs total - {stats.ready} ready {stats.discovered + stats.processing} discovered {stats.applied} applied + + {totalJobs} jobs total {(stats.skipped > 0 || stats.expired > 0) && ( <>