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