diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx index 26df7b69..06fa5743 100644 --- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx +++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx @@ -186,30 +186,19 @@ export const ShowDomains = ({ id, type }: Props) => { return (
{/* Service & Domain Info */} -
-
- {item.serviceName && ( - - - {item.serviceName} - - )} - - - {item.host} - - -
-
+
+ {item.serviceName && ( + + + {item.serviceName} + + )} +
{!item.host.includes("traefik.me") && ( {
+
+ + {item.host} + + +
{/* Domain Details */}
diff --git a/apps/dokploy/pages/dashboard/project/[projectId]/services/compose/[composeId].tsx b/apps/dokploy/pages/dashboard/project/[projectId]/services/compose/[composeId].tsx index 39f399e9..80909563 100644 --- a/apps/dokploy/pages/dashboard/project/[projectId]/services/compose/[composeId].tsx +++ b/apps/dokploy/pages/dashboard/project/[projectId]/services/compose/[composeId].tsx @@ -217,12 +217,12 @@ const Service = (
General