mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Rename website column. Table component.
This commit is contained in:
parent
a09867f28c
commit
000f84df96
8 changed files with 66 additions and 9 deletions
|
|
@ -45,7 +45,7 @@ export default function WebsiteDetails({ websiteId, defaultDateRange = '7day' })
|
|||
<Page>
|
||||
<div className="row">
|
||||
<div className={classNames(styles.chart, 'col')}>
|
||||
<h2>{data.label}</h2>
|
||||
<h2>{data.name}</h2>
|
||||
<WebsiteChart
|
||||
websiteId={websiteId}
|
||||
onDataLoad={handleDataLoad}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue