mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Style scrollbars.
This commit is contained in:
parent
14802afe8b
commit
17601c4dea
8 changed files with 56 additions and 15 deletions
|
|
@ -35,12 +35,12 @@ export default function PagesTable({ websiteId, showFilters, ...props }) {
|
|||
<>
|
||||
{showFilters && <FilterButtons items={buttons} selectedKey={view} onSelect={handleSelect} />}
|
||||
<MetricsTable
|
||||
{...props}
|
||||
title={formatMessage(labels.pages)}
|
||||
type={view}
|
||||
metric={formatMessage(labels.views)}
|
||||
websiteId={websiteId}
|
||||
renderLabel={renderLink}
|
||||
{...props}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue