From ae3b604cdcbbeec71ff83d3b0f683b7032efc56e Mon Sep 17 00:00:00 2001 From: Raj Kamal Singh <1133322+raj-k-singh@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:18:32 +0530 Subject: [PATCH] Fix: some pipelines UI fixes (#4112) * fix: log pipelines: change incorrect placeholder for fields * fix: incorrect timestamp display in logs preview output --- frontend/public/locales/en/pipeline.json | 2 +- .../PipelineListsView/Preview/components/LogsList/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en/pipeline.json b/frontend/public/locales/en/pipeline.json index f80f5ec772..d4b95bb6dc 100644 --- a/frontend/public/locales/en/pipeline.json +++ b/frontend/public/locales/en/pipeline.json @@ -32,7 +32,7 @@ "processor_name_placeholder": "Name", "processor_regex_placeholder": "Regex", "processor_parsefrom_placeholder": "Parse From", - "processor_parseto_placeholder": "Parse From", + "processor_parseto_placeholder": "Parse To", "processor_onerror_placeholder": "on Error", "processor_pattern_placeholder": "Pattern", "processor_field_placeholder": "Field", diff --git a/frontend/src/container/PipelinePage/PipelineListsView/Preview/components/LogsList/index.tsx b/frontend/src/container/PipelinePage/PipelineListsView/Preview/components/LogsList/index.tsx index 122d5e2b3a..19a60cb91f 100644 --- a/frontend/src/container/PipelinePage/PipelineListsView/Preview/components/LogsList/index.tsx +++ b/frontend/src/container/PipelinePage/PipelineListsView/Preview/components/LogsList/index.tsx @@ -21,7 +21,7 @@ function LogsList({ logs }: LogsListProps): JSX.Element { {logs.map((log) => (