mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
implement sessions metric expanded queries
This commit is contained in:
parent
c8b4ee8ca5
commit
c1cad16cb9
10 changed files with 352 additions and 13 deletions
|
|
@ -30,7 +30,7 @@ export function App({ children }) {
|
|||
<Column>
|
||||
<SideNav />
|
||||
</Column>
|
||||
<Column alignItems="center" overflow="auto" position="relative">
|
||||
<Column alignItems="center" overflow="auto" position="relative" marginLeft="2">
|
||||
<TopNav />
|
||||
{children}
|
||||
</Column>
|
||||
|
|
|
|||
|
|
@ -156,6 +156,7 @@ export function WebsiteExpandedView({
|
|||
itemCount={25}
|
||||
allowFilter={true}
|
||||
allowSearch={true}
|
||||
expanded={true}
|
||||
/>
|
||||
</Column>
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue