From b7e30d7ec32508b2e14f6972e28b82eb0adb84f4 Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Tue, 24 Mar 2026 18:57:02 +0000
Subject: [PATCH] [autofix.ci] apply automated fixes
---
.../components/dashboard/docker/remove/remove-container.tsx | 4 ++--
apps/dokploy/components/dashboard/docker/show/colums.tsx | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
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
-
+
);