From e3b2a401a74e12799a1ab36307a2b08f0a774dcd Mon Sep 17 00:00:00 2001 From: djknaeckebrot Date: Thu, 12 Dec 2024 08:39:29 +0100 Subject: [PATCH] fix: resolve issue with same names --- apps/dokploy/components/dashboard/search-command.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/search-command.tsx b/apps/dokploy/components/dashboard/search-command.tsx index bffbc86da..a5066921c 100644 --- a/apps/dokploy/components/dashboard/search-command.tsx +++ b/apps/dokploy/components/dashboard/search-command.tsx @@ -112,7 +112,8 @@ export const SearchCommand = () => { )} - {project.name} / {application.name} + {project.name} / {application.name}{" "} +
{application.id}