diff --git a/apps/dokploy/components/dashboard/application/advanced/traefik/show-traefik-config.tsx b/apps/dokploy/components/dashboard/application/advanced/traefik/show-traefik-config.tsx index 9653721a2..58601fb49 100644 --- a/apps/dokploy/components/dashboard/application/advanced/traefik/show-traefik-config.tsx +++ b/apps/dokploy/components/dashboard/application/advanced/traefik/show-traefik-config.tsx @@ -48,7 +48,7 @@ export const ShowTraefikConfig = ({ applicationId }: Props) => { ) : (
-
+
{selectedServices.map((service) => (
diff --git a/apps/dokploy/components/dashboard/projects/show.tsx b/apps/dokploy/components/dashboard/projects/show.tsx
index 2de242e63..03ebe7a85 100644
--- a/apps/dokploy/components/dashboard/projects/show.tsx
+++ b/apps/dokploy/components/dashboard/projects/show.tsx
@@ -157,7 +157,7 @@ export const ShowProjects = () => {
e.stopPropagation()}
>
{project.applications.length > 0 && (
@@ -265,7 +265,7 @@ export const ShowProjects = () => {
e.stopPropagation()}
>
diff --git a/apps/dokploy/components/dashboard/settings/servers/setup-server.tsx b/apps/dokploy/components/dashboard/settings/servers/setup-server.tsx
index 85c63adb6..289b2cc37 100644
--- a/apps/dokploy/components/dashboard/settings/servers/setup-server.tsx
+++ b/apps/dokploy/components/dashboard/settings/servers/setup-server.tsx
@@ -147,7 +147,7 @@ export const SetupServer = ({ serverId }: Props) => {
2. Add The SSH Key to Server Manually
-
+
Copy Public Key ({server?.sshKey?.name})