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:
Ildar Kamalov 2025-01-10 16:21:34 +03:00
parent 0b25119c52
commit 446f21a511
2 changed files with 4 additions and 1 deletions

View File

@ -28,8 +28,11 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Fixed
- Request count link in the clients table ([#7513]).
- The formatting of large numbers on the dashboard ([#7329]).
[#7513]: https://github.com/AdguardTeam/AdGuardHome/issues/7513
[#7329]: https://github.com/AdguardTeam/AdGuardHome/issues/7329
<!--

View File

@ -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>;
},
},
{