diff --git a/apps/dokploy/components/dashboard/application/domains/columns.tsx b/apps/dokploy/components/dashboard/application/domains/columns.tsx
index 0c3defe14..4dcd77c8e 100644
--- a/apps/dokploy/components/dashboard/application/domains/columns.tsx
+++ b/apps/dokploy/components/dashboard/application/domains/columns.tsx
@@ -265,15 +265,12 @@ export const createColumns = ({
);
}
return (
-
+
handleToggleEnable(domain.domainId)}
disabled={isToggling}
/>
-
- {domain.enabled ? "Enabled" : "Disabled"}
-
);
},
diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx
index f4556340a..475250970 100644
--- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx
+++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx
@@ -531,7 +531,7 @@ export const ShowDomains = ({ id, type }: Props) => {
-
+
@@ -539,9 +539,6 @@ export const ShowDomains = ({ id, type }: Props) => {
}
disabled={isToggling}
/>
-
- {item.enabled ? "Enabled" : "Disabled"}
-