From 0d5afcfe2534b19514ba6b2b32befaef77b5f08e Mon Sep 17 00:00:00 2001 From: aman-agrawal <9412470@gmail.com> Date: Fri, 5 Jan 2024 23:16:28 +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 (