diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx index 809cb5a73..17dbc91f0 100644 --- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx +++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx @@ -76,11 +76,13 @@ export const ShowDomains = ({ applicationId }: Props) => { className="flex w-full items-center justify-between gap-4 border p-4 md:px-6 rounded-lg flex-wrap" > - {item.host} + + {item.host} + diff --git a/apps/dokploy/components/dashboard/compose/domains/show-domains.tsx b/apps/dokploy/components/dashboard/compose/domains/show-domains.tsx index e30776d83..7bc451e00 100644 --- a/apps/dokploy/components/dashboard/compose/domains/show-domains.tsx +++ b/apps/dokploy/components/dashboard/compose/domains/show-domains.tsx @@ -76,16 +76,16 @@ export const ShowDomainsCompose = ({ composeId }: Props) => { className="flex w-full items-center justify-between gap-4 border p-4 md:px-6 rounded-lg flex-wrap" >
- + {item.serviceName} - {item.host} + {item.host}