From f342613503694006f38a896e547ccd604e6d7e3c Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Wed, 5 Mar 2025 20:27:16 +0700 Subject: [PATCH 1/4] Text format --- apps/dokploy/components/dashboard/project/add-template.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 5363e6f3..8a5a4c98 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -383,9 +383,8 @@ export const AddTemplate = ({ projectId }: Props) => { side="top" > - If ot server is selected, the application - will be deployed on the server where the - user is logged in. + If no server is selected, the application will be + deployed on the server where the user is logged in. From 71ca5babfd49a2c143a45fd73f99281f3581aca9 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Wed, 5 Mar 2025 20:51:09 +0700 Subject: [PATCH 2/4] Remove duplicate breadcrumb --- apps/dokploy/components/layouts/side.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index dea5e137..638f7f57 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -1055,10 +1055,6 @@ export default function Page({ children }: Props) { - - - {activeItem?.title} - From c83d0a95b79a10650c1fbd1838a594b0c64ec4e9 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Wed, 5 Mar 2025 20:53:38 +0700 Subject: [PATCH 3/4] Remove ending separator --- apps/dokploy/components/shared/breadcrumb-sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/shared/breadcrumb-sidebar.tsx b/apps/dokploy/components/shared/breadcrumb-sidebar.tsx index 74e9fdf6..ebc1b1f9 100644 --- a/apps/dokploy/components/shared/breadcrumb-sidebar.tsx +++ b/apps/dokploy/components/shared/breadcrumb-sidebar.tsx @@ -37,7 +37,7 @@ export const BreadcrumbSidebar = ({ list }: Props) => { )} - + {_index + 1 < list.length && } ))} From b0c710aa9274331557c68777276bd040e822ed25 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Wed, 5 Mar 2025 21:25:11 +0700 Subject: [PATCH 4/4] Tab instead space --- apps/dokploy/components/dashboard/project/add-template.tsx | 2 +- apps/dokploy/components/shared/breadcrumb-sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 8a5a4c98..3a97b097 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -384,7 +384,7 @@ export const AddTemplate = ({ projectId }: Props) => { > If no server is selected, the application will be - deployed on the server where the user is logged in. + deployed on the server where the user is logged in. diff --git a/apps/dokploy/components/shared/breadcrumb-sidebar.tsx b/apps/dokploy/components/shared/breadcrumb-sidebar.tsx index ebc1b1f9..5f6add3e 100644 --- a/apps/dokploy/components/shared/breadcrumb-sidebar.tsx +++ b/apps/dokploy/components/shared/breadcrumb-sidebar.tsx @@ -37,7 +37,7 @@ export const BreadcrumbSidebar = ({ list }: Props) => { )} - {_index + 1 < list.length && } + {_index + 1 < list.length && } ))}