diff --git a/apps/dokploy/components/dashboard/search-command.tsx b/apps/dokploy/components/dashboard/search-command.tsx index f6ff79fd..6ee71df6 100644 --- a/apps/dokploy/components/dashboard/search-command.tsx +++ b/apps/dokploy/components/dashboard/search-command.tsx @@ -27,6 +27,7 @@ import { } from "@/components/icons/data-tools-icons"; import { api } from "@/utils/api"; import { Badge } from "@/components/ui/badge"; +import { StatusTooltip } from "../shared/status-tooltip"; type Project = Awaited>; @@ -115,21 +116,9 @@ export const SearchCommand = () => { {project.name} / {application.name} - - {application.status} - +
+ +
)); })}