From cf06162be71597bc011cd98464448b6d64fbedfe Mon Sep 17 00:00:00 2001
From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
Date: Mon, 9 Sep 2024 00:14:08 -0600
Subject: [PATCH] refactor: show logs to each application and database
---
.../dashboard/application/general/show.tsx | 5 +-
.../docker/terminal/docker-terminal-modal.tsx | 13 +++-
.../docker/terminal/docker-terminal.tsx | 9 ++-
.../web-server/docker-terminal-modal.tsx | 5 +-
apps/dokploy/server/utils/servers/command.ts | 9 +--
.../server/wss/docker-container-terminal.ts | 71 ++++++++++---------
6 files changed, 66 insertions(+), 46 deletions(-)
diff --git a/apps/dokploy/components/dashboard/application/general/show.tsx b/apps/dokploy/components/dashboard/application/general/show.tsx
index 6e3f95ce..2fafdb38 100644
--- a/apps/dokploy/components/dashboard/application/general/show.tsx
+++ b/apps/dokploy/components/dashboard/application/general/show.tsx
@@ -66,7 +66,10 @@ export const ShowGeneralApplication = ({ applicationId }: Props) => {
) : (
)}
-
+