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) && ( <>