mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-01 05:31:38 +03:00
Add trackers, rework some text
This commit is contained in:
parent
e67695df8b
commit
2f61b42e90
14 changed files with 11474 additions and 1386 deletions
client/src/components/Logs
|
@ -6,7 +6,7 @@ import escapeRegExp from 'lodash/escapeRegExp';
|
|||
import endsWith from 'lodash/endsWith';
|
||||
|
||||
import { formatTime } from '../../helpers/helpers';
|
||||
import { getTrackerData } from '../../helpers/whotracksme';
|
||||
import { getTrackerData } from '../../helpers/trackers/trackers';
|
||||
import PageTitle from '../ui/PageTitle';
|
||||
import Card from '../ui/Card';
|
||||
import Loading from '../ui/Loading';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue