mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +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 && (
|
||||
<GridRow layout="two-one" {...rowProps}>
|
||||
<Panel>
|
||||
<Heading size="2">{formatMessage(labels.event)}</Heading>
|
||||
<Row border="bottom" marginBottom="4" />
|
||||
<MetricsTable
|
||||
websiteId={websiteId}
|
||||
type="event"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue