diff --git a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx index b7b919c42..05fbeac93 100644 --- a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx +++ b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx @@ -31,8 +31,8 @@ import { AddApplication } from "@/components/dashboard/project/add-application"; import { AddCompose } from "@/components/dashboard/project/add-compose"; import { AddDatabase } from "@/components/dashboard/project/add-database"; import { AddTemplate } from "@/components/dashboard/project/add-template"; -import { DuplicateProject } from "@/components/dashboard/project/duplicate-project"; import { AdvancedEnvironmentSelector } from "@/components/dashboard/project/advanced-environment-selector"; +import { DuplicateProject } from "@/components/dashboard/project/duplicate-project"; import { ProjectEnvironment } from "@/components/dashboard/projects/project-environment"; import { MariadbIcon, @@ -47,6 +47,7 @@ import { BreadcrumbSidebar } from "@/components/shared/breadcrumb-sidebar"; import { DateTooltip } from "@/components/shared/date-tooltip"; import { DialogAction } from "@/components/shared/dialog-action"; import { StatusTooltip } from "@/components/shared/status-tooltip"; +import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { Card, @@ -96,7 +97,6 @@ import { import { cn } from "@/lib/utils"; import { appRouter } from "@/server/api/root"; import { api } from "@/utils/api"; -import { Badge } from "@/components/ui/badge"; export type Services = { appName: string; @@ -772,7 +772,7 @@ const EnvironmentPage = ( - {currentEnvironment.name} + {currentEnvironment.project.name} {currentEnvironment.name === "production" && ( Production )}