From 36f9fecaed161b1bc7150fa245577ba4c7197910 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 11 Mar 2024 11:12:45 +0300 Subject: [PATCH 1/2] Pull request: fix served from cache label Updates #6740. Squashed commit of the following: commit a3cb491099060c6bb1f543196c6d179edddb9a3a Author: Ildar Kamalov Date: Thu Mar 7 17:15:55 2024 +0300 fix tooltip label commit 4ab301e34ca2983e3bbcaeb914b3707bcec99a25 Merge: 6bc325d35 5388ad55a Author: Ildar Kamalov Date: Thu Mar 7 17:08:45 2024 +0300 Merge branch 'master' into ADG-8259 commit 6bc325d35db9cdbf1199a309fbef50e8aefa0834 Author: Ildar Kamalov Date: Thu Mar 7 09:58:35 2024 +0300 fix icon commit 8274faaf39c62d1777c21ab5d9b6fdfd88674527 Author: Ildar Kamalov Date: Thu Mar 7 09:56:50 2024 +0300 ADG-8259 fix server from cache label --- CHANGELOG.md | 2 ++ client/src/__locales/en.json | 2 +- client/src/components/Logs/Cells/ResponseCell.js | 14 ++++++++++---- client/src/components/Logs/Cells/index.js | 14 ++++++++++---- client/src/components/ui/Icons.js | 4 ++++ 5 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3953d3f5fe..15102de7f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,11 +32,13 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Missing "served from cache" label on long DNS server strings ([#6740]). - Incorrect tracking of the system hosts file's changes ([#6711]). [#5992]: https://github.com/AdguardTeam/AdGuardHome/issues/5992 [#6610]: https://github.com/AdguardTeam/AdGuardHome/issues/6610 [#6711]: https://github.com/AdguardTeam/AdGuardHome/issues/6711 +[#6740]: https://github.com/AdguardTeam/AdGuardHome/issues/6740