From 9afe3bff27bf72e943bd34ba6140e554579c2110 Mon Sep 17 00:00:00 2001 From: aman-agrawal <9412470@gmail.com> Date: Thu, 21 Dec 2023 13:55:33 +0530 Subject: [PATCH] [Cisco CustomLink] - Added new condition to redirect to externalLink without checking manifest --- .../core/src/manifest/stage/JobStageExecutionLogs.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx b/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx index 0c86053adac..8eb97bd931d 100644 --- a/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx +++ b/packages/core/src/manifest/stage/JobStageExecutionLogs.tsx @@ -51,6 +51,16 @@ export class JobStageExecutionLogs extends React.Component + Console Output (External) + + ); + } + // prefer links to external logging platforms if (!isEmpty(manifest) && externalLink) { return (