From 1c5a30b6bc833e964ed73f519f89b2bdb8ba1671 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:21:31 +0000 Subject: [PATCH] fix(runJobs): Persist External Log links after the deletion of the pods (#10081) (#10083) * 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) Co-authored-by: Christos Arvanitis --- 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)