mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Added external links for pages.
This commit is contained in:
parent
442ad61779
commit
9f73aba900
5 changed files with 25 additions and 9 deletions
|
|
@ -35,10 +35,10 @@ const views = {
|
|||
|
||||
export default function WebsiteExpandedView({
|
||||
websiteId,
|
||||
websiteDomain,
|
||||
domainName,
|
||||
}: {
|
||||
websiteId: string;
|
||||
websiteDomain?: string;
|
||||
domainName?: string;
|
||||
}) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const {
|
||||
|
|
@ -143,7 +143,7 @@ export default function WebsiteExpandedView({
|
|||
<div className={styles.content}>
|
||||
<DetailsComponent
|
||||
websiteId={websiteId}
|
||||
websiteDomain={websiteDomain}
|
||||
domainName={domainName}
|
||||
animate={false}
|
||||
virtualize={true}
|
||||
itemCount={25}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue