From 9e7d56c5f4c2e702c27c31ef66275e63a2327bdc Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Wed, 8 May 2024 14:56:03 +0530 Subject: [PATCH] Minor: bug fixes and improvements (#16138) * Fix the alignment issue for the CopyToClipboard button * Fix the Ingestion run details modal heading Add Updated column in the ingestion run details modal table --- .../IngestionRunDetailsModal/IngestionRunDetailsModal.tsx | 6 +++++- .../common/CopyToClipboardButton/CopyToClipboardButton.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/IngestionRunDetailsModal/IngestionRunDetailsModal.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Modals/IngestionRunDetailsModal/IngestionRunDetailsModal.tsx index cc12138ee2b..bfd31753d2d 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/IngestionRunDetailsModal/IngestionRunDetailsModal.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/IngestionRunDetailsModal/IngestionRunDetailsModal.tsx @@ -51,6 +51,10 @@ function IngestionRunDetailsModal({ title: t('label.filtered'), dataIndex: 'filtered', }, + { + title: t('label.updated'), + dataIndex: 'updated_records', + }, { title: t('label.warning-plural'), dataIndex: 'warnings', @@ -120,7 +124,7 @@ function IngestionRunDetailsModal({ closable={false} maskClosable={false} okButtonProps={{ style: { display: 'none' } }} - title={t('label.run-status-at-timestamp', { + title={t('message.run-status-at-timestamp', { status: startCase(pipelineStatus?.pipelineState), timestamp: formatDateTime(pipelineStatus?.timestamp), })} diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/CopyToClipboardButton/CopyToClipboardButton.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/CopyToClipboardButton/CopyToClipboardButton.tsx index a0a7d5254ee..2fd672eec2e 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/CopyToClipboardButton/CopyToClipboardButton.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/CopyToClipboardButton/CopyToClipboardButton.tsx @@ -53,7 +53,7 @@ export const CopyToClipboardButton: FunctionComponent = ({ ) }>