Skip to content

Commit

Permalink
Pull request 2328: ADG-9458 fix request count link in the clients table
Browse files Browse the repository at this point in the history
Updates #7513.

Squashed commit of the following:

commit 2b7f6bd
Author: Ildar Kamalov <[email protected]>
Date:   Thu Jan 9 15:28:11 2025 +0300

    fix

commit 86f3f32
Author: Ildar Kamalov <[email protected]>
Date:   Thu Jan 9 15:27:34 2025 +0300

    fix

commit 786c568
Author: Ildar Kamalov <[email protected]>
Date:   Thu Jan 9 15:26:38 2025 +0300

    ADG-9458 fix request count link in the clients table
  • Loading branch information
IldarKamalov committed Jan 10, 2025
1 parent 0b25119 commit 446f21a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
},
},
{
Expand Down

0 comments on commit 446f21a

Please sign in to comment.