mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-04 05:59:30 +00:00
-client: Fix query log bugs
This commit is contained in:
@@ -71,6 +71,13 @@ const getResponseCell = (row, filtering, t, isDetailed) => {
|
||||
rule_label: rule,
|
||||
response_code: status,
|
||||
},
|
||||
[FILTERED_STATUS.NOT_FILTERED_WHITE_LIST]: {
|
||||
domain,
|
||||
encryption_status: boldStatusLabel,
|
||||
filter,
|
||||
rule_label: rule,
|
||||
response_code: status,
|
||||
},
|
||||
[FILTERED_STATUS.FILTERED_SAFE_SEARCH]: {
|
||||
domain,
|
||||
encryption_status: boldStatusLabel,
|
||||
|
||||
Reference in New Issue
Block a user