Restore client-side search where needed.

This commit is contained in:
Maxime-J 2024-04-15 07:45:56 +00:00
parent 1579beef5b
commit fe9db71ba8
5 changed files with 15 additions and 1 deletions

View file

@ -27,6 +27,7 @@ export function DevicesTable(props: MetricsTableProps) {
type="device"
metric={formatMessage(labels.visitors)}
renderLabel={renderLink}
searchFormattedValues={true}
/>
);
}