mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Show active visitor count.
This commit is contained in:
parent
9f6e17b986
commit
b96cb0d975
14 changed files with 158 additions and 35 deletions
|
|
@ -4,7 +4,7 @@ import WebsiteChart from 'components/charts/WebsiteChart';
|
|||
import RankingsChart from 'components/charts/RankingsChart';
|
||||
import WorldMap from 'components/common/WorldMap';
|
||||
import Page from 'components/layout/Page';
|
||||
import PageHeader from 'components/layout/PageHeader';
|
||||
import WebsiteHeader from 'components/charts/WebsiteHeader';
|
||||
import MenuLayout from 'components/layout/MenuLayout';
|
||||
import Button from 'components/common/Button';
|
||||
import { getDateRange } from 'lib/date';
|
||||
|
|
@ -88,7 +88,7 @@ export default function WebsiteDetails({ websiteId, defaultDateRange = '7day' })
|
|||
<Page>
|
||||
<div className="row">
|
||||
<div className={classNames(styles.chart, 'col')}>
|
||||
<PageHeader>{data.name}</PageHeader>
|
||||
<WebsiteHeader websiteId={websiteId} name={data.name} showLink={false} />
|
||||
<WebsiteChart
|
||||
websiteId={websiteId}
|
||||
onDataLoad={handleDataLoad}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue