diff --git a/frontend/src/pages/organization/Gateways/GatewayListPage/GatewayListPage.tsx b/frontend/src/pages/organization/Gateways/GatewayListPage/GatewayListPage.tsx index 703dca3a7..1552f8548 100644 --- a/frontend/src/pages/organization/Gateways/GatewayListPage/GatewayListPage.tsx +++ b/frontend/src/pages/organization/Gateways/GatewayListPage/GatewayListPage.tsx @@ -3,6 +3,7 @@ import { Helmet } from "react-helmet"; import { faArrowUpRightFromSquare, faBookOpen, + faCopy, faEdit, faEllipsisV, faInfoCircle, @@ -169,6 +170,12 @@ export const GatewayListPage = withPermission( + } + onClick={() => navigator.clipboard.writeText(el.id)} + > + Copy ID +