mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Layout changes.
This commit is contained in:
parent
16f1b15dee
commit
f5c4e1b46e
15 changed files with 71 additions and 1788 deletions
|
|
@ -85,7 +85,15 @@ export function MetricsTable({
|
|||
}, [data, dataFilter, search, limit, formatValue, type]);
|
||||
|
||||
return (
|
||||
<div className={classNames(styles.container, className)}>
|
||||
<div
|
||||
className={classNames(styles.container, className)}
|
||||
style={{
|
||||
background: 'var(--background-color)',
|
||||
border: '1px solid var(--border-color)',
|
||||
borderRadius: 'var(--border-radius)',
|
||||
padding: '10px',
|
||||
}}
|
||||
>
|
||||
{error && <ErrorMessage />}
|
||||
<div className={styles.actions}>
|
||||
{allowSearch && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue