mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
New settings layouts. Segment management screen.
This commit is contained in:
parent
2dbcf63eeb
commit
eb7b6978d3
70 changed files with 762 additions and 499 deletions
|
|
@ -32,7 +32,9 @@ export function AdminTeamsTable({
|
|||
<DataColumn id="owner" label={formatMessage(labels.owner)} width="200px">
|
||||
{(row: any) => (
|
||||
<Text title={row?.teamUser?.[0]?.user?.username} truncate>
|
||||
{row?.teamUser?.[0]?.user?.username}
|
||||
<Link href={`/admin/users/${row?.teamUser?.[0]?.user?.id}`}>
|
||||
{row?.teamUser?.[0]?.user?.username}
|
||||
</Link>
|
||||
</Text>
|
||||
)}
|
||||
</DataColumn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue