mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15:37 +01:00
Converted UTM report to a view.
This commit is contained in:
parent
06f76dda13
commit
d0d11225f4
24 changed files with 1815 additions and 1568 deletions
|
|
@ -11,8 +11,8 @@ export function WebsiteControls({
|
|||
showFilter?: boolean;
|
||||
}) {
|
||||
return (
|
||||
<Column marginBottom="6" gap="3">
|
||||
<Row alignItems="center" justifyContent="space-between" gap="3" paddingY="3">
|
||||
<Column gap>
|
||||
<Row alignItems="center" justifyContent="space-between" gap="3">
|
||||
{showFilter && <WebsiteFilterButton websiteId={websiteId} />}
|
||||
<Row alignItems="center" gap="3">
|
||||
<WebsiteDateFilter websiteId={websiteId} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue