From b6e6705de8ddc96e1f1bc6c3d535551f42d53ebe Mon Sep 17 00:00:00 2001 From: HarikrishnanD Date: Tue, 14 Oct 2025 13:09:34 +0530 Subject: [PATCH] feat(ui): move environment variables icon outside dropdown - Relocate the environment variables icon from the dropdown menu to a visible position outside. - Update the UI to ensure the icon is accessible and intuitive for users -#2755 --- .../dashboard/project/advanced-environment-selector.tsx | 4 ++-- .../project/[projectId]/environment/[environmentId].tsx | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/advanced-environment-selector.tsx b/apps/dokploy/components/dashboard/project/advanced-environment-selector.tsx index 033231fc8..172e8bbaf 100644 --- a/apps/dokploy/components/dashboard/project/advanced-environment-selector.tsx +++ b/apps/dokploy/components/dashboard/project/advanced-environment-selector.tsx @@ -248,7 +248,7 @@ export const AdvancedEnvironmentSelector = ({ {/* Action buttons for non-production environments */} - + {/* - + */} {environment.name !== "production" && (