From 381f0941f7ccc5942535acfe9d18fe7303f53077 Mon Sep 17 00:00:00 2001
From: Abdul <106555838+AbdulTheActivePiecer@users.noreply.github.com>
Date: Wed, 14 Jan 2026 19:12:11 +0300
Subject: [PATCH 1/6] fix: show external id tooltip for connection in
connections table (#10864)
---
packages/react-ui/src/app/routes/connections/index.tsx | 5 +++--
.../src/components/custom/clipboard/copy-text-tooltip.tsx | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/packages/react-ui/src/app/routes/connections/index.tsx b/packages/react-ui/src/app/routes/connections/index.tsx
index ac6124b4caf..02f1841f4dc 100644
--- a/packages/react-ui/src/app/routes/connections/index.tsx
+++ b/packages/react-ui/src/app/routes/connections/index.tsx
@@ -33,7 +33,6 @@ import {
RowDataWithActions,
} from '@/components/ui/data-table';
import { DataTableColumnHeader } from '@/components/ui/data-table/data-table-column-header';
-import { TruncatedColumnTextValue } from '@/components/ui/data-table/truncated-column-text-value';
import { FormattedDate } from '@/components/ui/formatted-date';
import { StatusIconWithText } from '@/components/ui/status-icon-with-text';
import {
@@ -219,7 +218,9 @@ function AppConnectionsPage() {
title={t('External ID')}
text={row.original.externalId || ''}
>
-
- {t( - 'This connection is global and can be managed in the platform admin', - )} -
-+ {t( + 'This connection is global and can be managed in the platform admin', + )} +
+