mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
add event header
This commit is contained in:
parent
64b5a72963
commit
654156d239
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ export function WebsitePanels({ websiteId }: { websiteId: string }) {
|
||||||
{isSharePage && (
|
{isSharePage && (
|
||||||
<GridRow layout="two-one" {...rowProps}>
|
<GridRow layout="two-one" {...rowProps}>
|
||||||
<Panel>
|
<Panel>
|
||||||
|
<Heading size="2">{formatMessage(labels.event)}</Heading>
|
||||||
|
<Row border="bottom" marginBottom="4" />
|
||||||
<MetricsTable
|
<MetricsTable
|
||||||
websiteId={websiteId}
|
websiteId={websiteId}
|
||||||
type="event"
|
type="event"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue