From 446f21a5114966fe3ae7389174f8219d600135a9 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 10 Jan 2025 16:21:34 +0300 Subject: [PATCH] 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 Date: Thu Jan 9 15:28:11 2025 +0300 fix commit 86f3f32272975a199a8fb3867f3e776f71704916 Author: Ildar Kamalov Date: Thu Jan 9 15:27:34 2025 +0300 fix commit 786c56828f95c66275a19d816759bacc137041f8 Author: Ildar Kamalov Date: Thu Jan 9 15:26:38 2025 +0300 ADG-9458 fix request count link in the clients table --- CHANGELOG.md | 3 +++ .../components/Settings/Clients/ClientsTable/ClientsTable.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf02db7b..27917d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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