mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
New compare page.
This commit is contained in:
parent
08f9adaddf
commit
3f167e05ba
17 changed files with 151 additions and 127 deletions
|
|
@ -10,15 +10,15 @@ export function WebsiteControls({
|
|||
allowFilter = true,
|
||||
allowDateFilter = true,
|
||||
allowMonthFilter,
|
||||
allowCompare,
|
||||
allowDownload = false,
|
||||
allowCompare = false,
|
||||
}: {
|
||||
websiteId: string;
|
||||
allowFilter?: boolean;
|
||||
allowCompare?: boolean;
|
||||
allowDateFilter?: boolean;
|
||||
allowMonthFilter?: boolean;
|
||||
allowDownload?: boolean;
|
||||
allowCompare?: boolean;
|
||||
}) {
|
||||
return (
|
||||
<Column gap>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue