From 1809bed48752e3d9deec4ea23cab7312d82f1cc0 Mon Sep 17 00:00:00 2001 From: Christos Arvanitis Date: Tue, 16 Apr 2024 11:50:52 +0300 Subject: [PATCH] fix(runJobs): Persist External Log links after the deletion of the pods (#10081) * fix(runJobs): Persist External Log links after the deletion of the pods * fix(runJobs): Persist External Log links after the deletion of the pods --------- Co-authored-by: ovidiupopa07 <105648914+ovidiupopa07@users.noreply.github.com> (cherry picked from commit fd55cf1fb3bca08b931a10bb4c10d65393a20c73) --- packages/core/src/manifest/stage/JobStageExecutionLogs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx b/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx index 0c86053adac..712b7f34351 100644 --- a/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx +++ b/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx @@ -1,4 +1,4 @@ -import { isEmpty, template } from 'lodash'; +import { template } from 'lodash'; import React from 'react'; import { from as observableFrom, Subject } from 'rxjs'; import { takeUntil } from 'rxjs/operators'; @@ -52,7 +52,7 @@ export class JobStageExecutionLogs extends React.Component Console Output (External)