mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
query log client column style fix
This commit is contained in:
parent
f29a1cf23a
commit
f9608325e8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export const renderFormattedClientCell = (value: any, info: any, isDetailed = fa
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="logs__text mw-100" title={value}>
|
||||
<div className="logs__text logs__text--client mw-100" title={value}>
|
||||
<Link to={`logs?search="${encodeURIComponent(value)}"`}>{nameContainer}</Link>
|
||||
{whoisContainer}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue