mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
fix region constant
This commit is contained in:
parent
dcd04e8572
commit
9ca5ce1812
1 changed files with 2 additions and 11 deletions
|
|
@ -33,17 +33,7 @@ export const FILTER_REFERRERS = 'filter-referrers';
|
||||||
export const FILTER_PAGES = 'filter-pages';
|
export const FILTER_PAGES = 'filter-pages';
|
||||||
|
|
||||||
export const UNIT_TYPES = ['year', 'month', 'hour', 'day', 'minute'];
|
export const UNIT_TYPES = ['year', 'month', 'hour', 'day', 'minute'];
|
||||||
export const EVENT_COLUMNS = [
|
export const EVENT_COLUMNS = ['url', 'entry', 'exit', 'referrer', 'title', 'query', 'event', 'tag'];
|
||||||
'url',
|
|
||||||
'entry',
|
|
||||||
'exit',
|
|
||||||
'referrer',
|
|
||||||
'title',
|
|
||||||
'query',
|
|
||||||
'event',
|
|
||||||
'tag',
|
|
||||||
'region',
|
|
||||||
];
|
|
||||||
|
|
||||||
export const SESSION_COLUMNS = [
|
export const SESSION_COLUMNS = [
|
||||||
'browser',
|
'browser',
|
||||||
|
|
@ -53,6 +43,7 @@ export const SESSION_COLUMNS = [
|
||||||
'language',
|
'language',
|
||||||
'country',
|
'country',
|
||||||
'city',
|
'city',
|
||||||
|
'region',
|
||||||
'host',
|
'host',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue