mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -15,7 +15,9 @@ import {
|
||||
Search,
|
||||
ServerIcon,
|
||||
Trash2,
|
||||
X,Terminal,SquareTerminal
|
||||
X,
|
||||
Terminal,
|
||||
SquareTerminal,
|
||||
} from "lucide-react";
|
||||
import type {
|
||||
GetServerSidePropsContext,
|
||||
@@ -779,8 +781,8 @@ const EnvironmentPage = (
|
||||
currentEnvironmentId={environmentId}
|
||||
/>
|
||||
<EnvironmentVariables environmentId={environmentId}>
|
||||
<SquareTerminal className="h-5 w-5 text-muted-foreground" />
|
||||
</EnvironmentVariables>
|
||||
<SquareTerminal className="h-5 w-5 text-muted-foreground" />
|
||||
</EnvironmentVariables>
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
{currentEnvironment.description || "No description provided"}
|
||||
|
||||
Reference in New Issue
Block a user