From 74653e7ed14a4913211ee51c9d8dfc84dd424afa Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Mon, 16 Sep 2024 13:56:23 +0400 Subject: [PATCH] Minor ui improvements --- .../components/IntegrationAuditLogsSection.tsx | 4 ++-- .../components/UserProjectsSection/UserAuditLogsSection.tsx | 3 --- .../views/Project/AuditLogsPage/components/LogsTableRow.tsx | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/IntegrationsPage/IntegrationDetailsPage/components/IntegrationAuditLogsSection.tsx b/frontend/src/views/IntegrationsPage/IntegrationDetailsPage/components/IntegrationAuditLogsSection.tsx index cac2d5191..29aa6a6df 100644 --- a/frontend/src/views/IntegrationsPage/IntegrationDetailsPage/components/IntegrationAuditLogsSection.tsx +++ b/frontend/src/views/IntegrationsPage/IntegrationDetailsPage/components/IntegrationAuditLogsSection.tsx @@ -25,13 +25,13 @@ export const IntegrationAuditLogsSection = ({ integration, orgId }: Props) => {

Integration Logs

- View integration logs from the past {auditLogsRetentionDays} days + Displaying audit logs from the last {auditLogsRetentionDays} days

-

{event.metadata.isSynced ? "Synced" : "Not synced"}

+

{event.metadata.isSynced ? "Successful" : "Failed"}