diff --git a/app/(app)/domains/[id]/DomainActions.tsx b/app/(app)/domains/[id]/DomainActions.tsx index 3b31c86..49e98a8 100644 --- a/app/(app)/domains/[id]/DomainActions.tsx +++ b/app/(app)/domains/[id]/DomainActions.tsx @@ -1,7 +1,7 @@ "use client"; import { useRouter } from "next/navigation"; import { useState } from "react"; -import { RefreshCcw, Trash2, Loader2 } from "lucide-react"; +import { RefreshCcw, Trash2, Loader2, ExternalLink, FileDown } from "lucide-react"; import { Button } from "@/components/ui/button"; export function DomainActions({ id, status, hitsTotal = 0, domainName = "" }: { id: number; status: string; hitsTotal?: number; domainName?: string }) { @@ -42,6 +42,16 @@ export function DomainActions({ id, status, hitsTotal = 0, domainName = "" }: { {busy === "verify" ? : } DNS erneut prüfen + +