From 704582f6de573bc2a3988b552bd741018cf7d010 Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Sun, 30 Nov 2025 05:01:51 +0000
Subject: [PATCH] [autofix.ci] apply automated fixes
---
.../dashboard/settings/servers/handle-servers.tsx | 10 ++++++++--
.../services/application/[applicationId].tsx | 14 +++++++-------
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/apps/dokploy/components/dashboard/settings/servers/handle-servers.tsx b/apps/dokploy/components/dashboard/settings/servers/handle-servers.tsx
index 50d8029ca..b36aec7c4 100644
--- a/apps/dokploy/components/dashboard/settings/servers/handle-servers.tsx
+++ b/apps/dokploy/components/dashboard/settings/servers/handle-servers.tsx
@@ -296,12 +296,18 @@ export const HandleServers = ({ serverId }: Props) => {
{serverTypeValue === "deploy" && (
- Deploy servers are used to run your applications, databases, and services. They handle the deployment and execution of your projects.
+ Deploy servers are used to run your applications,
+ databases, and services. They handle the deployment and
+ execution of your projects.
)}
{serverTypeValue === "build" && (
- Build servers are dedicated to building your applications. They handle the compilation and build process, offloading this work from your deployment servers. Build servers won't appear in deployment options.
+ Build servers are dedicated to building your
+ applications. They handle the compilation and build
+ process, offloading this work from your deployment
+ servers. Build servers won't appear in deployment
+ options.
)}
diff --git a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId]/services/application/[applicationId].tsx b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId]/services/application/[applicationId].tsx
index dd235a1e9..a20d307b3 100644
--- a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId]/services/application/[applicationId].tsx
+++ b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId]/services/application/[applicationId].tsx
@@ -349,13 +349,13 @@ const Service = (