mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update show-domains.tsx
This commit is contained in:
committed by
GitHub
parent
c70089ee53
commit
1288660fd6
@@ -77,7 +77,7 @@ export const ShowDomains = ({ applicationId }: Props) => {
|
||||
key={item.domainId}
|
||||
className="flex w-full items-center gap-4 max-sm:flex-wrap border p-4 rounded-lg"
|
||||
>
|
||||
<Link target="_blank" href={`http://${item.host}`}>
|
||||
<Link target="_blank" href={`${item.https ? "https" : "http"}://${item.host}${item.path}`}>
|
||||
<ExternalLink className="size-5" />
|
||||
</Link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user