mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
add website in team context, permissions, display non-deleted users
This commit is contained in:
parent
b885f57f40
commit
8da3811c73
7 changed files with 33 additions and 13 deletions
|
|
@ -36,7 +36,7 @@ export function DashboardPage() {
|
|||
</PageHeader>
|
||||
{!hasData && (
|
||||
<EmptyPlaceholder message={formatMessage(messages.noWebsitesConfigured)}>
|
||||
<LinkButton href={renderTeamUrl('/settings/websites')}>
|
||||
<LinkButton href={renderTeamUrl('/settings')}>
|
||||
<Icon rotate={dir === 'rtl' ? 180 : 0}>
|
||||
<Icons.ArrowRight />
|
||||
</Icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue