query log client column style fix
This commit is contained in:
parent
f29a1cf23a
commit
f9608325e8
|
@ -66,7 +66,7 @@ export const renderFormattedClientCell = (value: any, info: any, isDetailed = fa
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
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>
|
<Link to={`logs?search="${encodeURIComponent(value)}"`}>{nameContainer}</Link>
|
||||||
{whoisContainer}
|
{whoisContainer}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue