diff --git a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx
index 5efa9e5f..13694a28 100644
--- a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx
+++ b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx
@@ -77,7 +77,7 @@ export const ShowDeployments = ({
Deployments
- See all the 10 last deployments for this {type}
+ See the last 10 deployments for this {type}
@@ -104,7 +104,9 @@ export const ShowDeployments = ({
Webhook URL:
- {`${url}/api/deploy${type === "compose" ? "/compose" : ""}/${refreshToken}`}
+ {`${url}/api/deploy${
+ type === "compose" ? "/compose" : ""
+ }/${refreshToken}`}
{(type === "application" || type === "compose") && (
diff --git a/apps/dokploy/components/dashboard/application/schedules/show-schedules.tsx b/apps/dokploy/components/dashboard/application/schedules/show-schedules.tsx
index 3ebc76de..3209b6e0 100644
--- a/apps/dokploy/components/dashboard/application/schedules/show-schedules.tsx
+++ b/apps/dokploy/components/dashboard/application/schedules/show-schedules.tsx
@@ -58,7 +58,7 @@ export const ShowSchedules = ({ id, scheduleType = "application" }: Props) => {
return (
-
+
Scheduled Tasks
@@ -91,15 +91,15 @@ export const ShowSchedules = ({ id, scheduleType = "application" }: Props) => {
return (
-
+
-
-
+
+
{schedule.name}
{
{schedule.enabled ? "Enabled" : "Disabled"}
-
-