mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
This commit is contained in:
parent
895abdbbaf
commit
795a1caadf
4 changed files with 13 additions and 13 deletions
|
|
@ -78,10 +78,10 @@ export function MetricsTable({
|
|||
error={error}
|
||||
minHeight="400px"
|
||||
>
|
||||
<Grid>
|
||||
<Grid padding="2">
|
||||
{data && <ListTable {...props} data={filteredData} renderLabel={renderLabel} />}
|
||||
{showMore && limit && (
|
||||
<Row justifyContent="center" alignItems="flex-end">
|
||||
<Row justifyContent="center" alignItems="flex-end" paddingTop="4">
|
||||
<LinkButton href={updateParams({ view: type })} variant="quiet">
|
||||
<IconLabel icon={<Maximize />}>{formatMessage(labels.more)}</IconLabel>
|
||||
</LinkButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue