From a63e796170287d60c9119b84cafd2ea6e09b34b5 Mon Sep 17 00:00:00 2001 From: manaswinidas Date: Mon, 23 Oct 2023 17:15:28 +0530 Subject: [PATCH] Rename Container to Step --- .../content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx b/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx index 682913ab05..3cad78b4f6 100644 --- a/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx +++ b/frontend/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/runLogs/LogsTab.tsx @@ -103,7 +103,7 @@ const LogsTabForPodName: React.FC<{ podName: string }> = ({ podName }) => { - Container + Step