From b5eebfcf492860fcd1b44ffbfe1439b6b2eb7259 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Thu, 15 Jan 2026 13:59:55 +0000 Subject: [PATCH] build fix --- orchestrator/src/client/pages/OrchestratorPage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/orchestrator/src/client/pages/OrchestratorPage.tsx b/orchestrator/src/client/pages/OrchestratorPage.tsx index 4226d8b..752e3f8 100644 --- a/orchestrator/src/client/pages/OrchestratorPage.tsx +++ b/orchestrator/src/client/pages/OrchestratorPage.tsx @@ -20,6 +20,7 @@ import { MapPin, MoreHorizontal, Play, + RefreshCcw, Save, Search, Settings, @@ -828,7 +829,12 @@ export const OrchestratorPage: React.FC = () => {
- {activeJobs.length === 0 ? ( + {isLoading && jobs.length === 0 ? ( +
+ +
Loading jobs...
+
+ ) : activeJobs.length === 0 ? (
No jobs found