mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 14:05:35 +01:00
Added segment filtering to filter form.
This commit is contained in:
parent
2e69e57445
commit
2ad624ccc8
15 changed files with 301 additions and 193 deletions
|
|
@ -43,7 +43,7 @@ export function EventsTable({ data = [] }) {
|
|||
</TypeIcon>
|
||||
)}
|
||||
</DataColumn>
|
||||
<DataColumn id="browser" label={formatMessage(labels.browser)} width="120px">
|
||||
<DataColumn id="browser" label={formatMessage(labels.browser)} width="140px">
|
||||
{(row: any) => (
|
||||
<TypeIcon type="browser" value={row.browser}>
|
||||
{formatValue(row.browser, 'browser')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue