mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
refactor views and queries for dashboard
This commit is contained in:
parent
bfd5c5f150
commit
f518066d93
7 changed files with 34 additions and 43 deletions
|
|
@ -58,8 +58,8 @@ export const SESSION_COLUMNS = [
|
|||
|
||||
export const FILTER_COLUMNS = {
|
||||
url: 'url_path',
|
||||
entry: 'url_path',
|
||||
exit: 'url_path',
|
||||
entry: 'entry_url',
|
||||
exit: 'exit_url',
|
||||
referrer: 'referrer_domain',
|
||||
host: 'hostname',
|
||||
title: 'page_title',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue