mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Check Cloudflare headers for country info. Closes #2129
This commit is contained in:
parent
b0b96b34a7
commit
ccafb03c47
6 changed files with 15 additions and 89 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import AppLayout from 'components/layout/AppLayout';
|
||||
import EventDataReport from 'components/pages/reports/event-data/EventDataReport';
|
||||
import InsightsReport from 'components/pages/reports/insights/InsightsReport';
|
||||
import { useMessages } from 'hooks';
|
||||
|
||||
export default function () {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
return (
|
||||
<AppLayout title={`${formatMessage(labels.eventData)} - ${formatMessage(labels.reports)}`}>
|
||||
<EventDataReport />
|
||||
<AppLayout title={`${formatMessage(labels.insights)} - ${formatMessage(labels.reports)}`}>
|
||||
<InsightsReport />
|
||||
</AppLayout>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue