diff --git a/apps/dokploy/components/dashboard/docker/remove/remove-container.tsx b/apps/dokploy/components/dashboard/docker/remove/remove-container.tsx
index 3b347e957..3b6cd9875 100644
--- a/apps/dokploy/components/dashboard/docker/remove/remove-container.tsx
+++ b/apps/dokploy/components/dashboard/docker/remove/remove-container.tsx
@@ -38,8 +38,8 @@ export const RemoveContainerDialog = ({ containerId, serverId }: Props) => {
This will permanently remove the container{" "}
{containerId}. If the
- container is running, it will be forcefully stopped and removed. This
- action cannot be undone.
+ container is running, it will be forcefully stopped and removed.
+ This action cannot be undone.
diff --git a/apps/dokploy/components/dashboard/docker/show/colums.tsx b/apps/dokploy/components/dashboard/docker/show/colums.tsx
index 901d92252..8507261a2 100644
--- a/apps/dokploy/components/dashboard/docker/show/colums.tsx
+++ b/apps/dokploy/components/dashboard/docker/show/colums.tsx
@@ -128,7 +128,10 @@ export const columns: ColumnDef[] = [
>
Terminal
-
+
);