commit
47ce253304
|
@ -32,7 +32,9 @@ export default function Dashboard() {
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<PageHeader>
|
<PageHeader>
|
||||||
<div>Dashboard</div>
|
<div>
|
||||||
|
<FormattedMessage id="label.dashboard" defaultMessage="Dashboard" />
|
||||||
|
</div>
|
||||||
<DashboardSettingsButton />
|
<DashboardSettingsButton />
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<WebsiteList websites={data} showCharts={showCharts} limit={max} />
|
<WebsiteList websites={data} showCharts={showCharts} limit={max} />
|
||||||
|
|
Loading…
Reference in New Issue