diff --git a/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx b/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx index 5c1ce5cbb..2c5672243 100644 --- a/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx +++ b/apps/dokploy/components/dashboard/settings/web-server/update-server.tsx @@ -7,6 +7,7 @@ import { Server, Sparkles, Stars, + X, } from "lucide-react"; import Link from "next/link"; import { useState } from "react"; @@ -14,6 +15,7 @@ import { toast } from "sonner"; import { Button } from "@/components/ui/button"; import { Dialog, + DialogClose, DialogContent, DialogTitle, DialogTrigger, @@ -126,13 +128,13 @@ export const UpdateServer = ({ )} - -
- + +
+ Web Server Update {dokployVersion && ( -
+
{dokployVersion}{" "} @@ -141,6 +143,12 @@ export const UpdateServer = ({
)} + + +
{/* Initial state */}