From e362cbbca5a80993080d06e937fdb11fb8e2c40f Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Tue, 29 Jul 2025 01:20:37 +0200 Subject: [PATCH] Move copy button (#1010) Thank you! --- .../components/systems-table/systems-table.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/beszel/site/src/components/systems-table/systems-table.tsx b/beszel/site/src/components/systems-table/systems-table.tsx index 8a7392e..afa1022 100644 --- a/beszel/site/src/components/systems-table/systems-table.tsx +++ b/beszel/site/src/components/systems-table/systems-table.tsx @@ -174,17 +174,11 @@ export default function SystemsTable() { invertSorting: false, Icon: ServerIcon, cell: (info) => ( - + - + ), header: sortableHeader, @@ -721,6 +715,10 @@ const ActionsButton = memo(({ system }: { system: SystemRecord }) => { )} + copyToClipboard(name)}> + + Copy name + copyToClipboard(host)}> Copy host