query log client column style fix

This commit is contained in:
Igor Lobanov 2024-07-17 16:12:11 +02:00
parent f29a1cf23a
commit f9608325e8
1 changed files with 1 additions and 1 deletions

View File

@ -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>