mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
6c832bd0db
113 changed files with 1671 additions and 1335 deletions
|
|
@ -34,7 +34,7 @@ export const EVENT_COLUMNS = [
|
|||
'entry',
|
||||
'exit',
|
||||
'referrer',
|
||||
'grouped',
|
||||
'domain',
|
||||
'title',
|
||||
'query',
|
||||
'event',
|
||||
|
|
@ -63,7 +63,7 @@ export const FILTER_COLUMNS = {
|
|||
entry: 'url_path',
|
||||
exit: 'url_path',
|
||||
referrer: 'referrer_domain',
|
||||
grouped: 'referrer_domain',
|
||||
domain: 'referrer_domain',
|
||||
hostname: 'hostname',
|
||||
title: 'page_title',
|
||||
query: 'url_query',
|
||||
|
|
|
|||
|
|
@ -136,5 +136,6 @@ export async function getQueryFilters(
|
|||
orderBy: params?.orderBy,
|
||||
sortDescending: params?.sortDescending,
|
||||
search: params?.search,
|
||||
compare: params?.compare,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue