Pull request 2328: ADG-9458 fix request count link in the clients table
Updates #7513. Squashed commit of the following: commit 2b7f6bd4d0e1d8855faacf08cc0dff3e4e6d2bbd Author: Ildar Kamalov <ik@adguard.com> Date: Thu Jan 9 15:28:11 2025 +0300 fix commit 86f3f32272975a199a8fb3867f3e776f71704916 Author: Ildar Kamalov <ik@adguard.com> Date: Thu Jan 9 15:27:34 2025 +0300 fix commit 786c56828f95c66275a19d816759bacc137041f8 Author: Ildar Kamalov <ik@adguard.com> Date: Thu Jan 9 15:26:38 2025 +0300 ADG-9458 fix request count link in the clients table
This commit is contained in:
@@ -306,7 +306,7 @@ const ClientsTable = ({
|
||||
return content;
|
||||
}
|
||||
|
||||
return <LogsSearchLink search={row.original.ids[0]}>{content}</LogsSearchLink>;
|
||||
return <LogsSearchLink search={row.original.name}>{content}</LogsSearchLink>;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user