diff --git a/app/(dashboard)/proxy-hosts/ProxyHostsClient.tsx b/app/(dashboard)/proxy-hosts/ProxyHostsClient.tsx index 6ac0069a..b3b741a2 100644 --- a/app/(dashboard)/proxy-hosts/ProxyHostsClient.tsx +++ b/app/(dashboard)/proxy-hosts/ProxyHostsClient.tsx @@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from "react"; import { useRouter, usePathname, useSearchParams } from "next/navigation"; -import { Globe, MoreHorizontal, ArrowRight, Shield } from "lucide-react"; +import { Globe, MoreHorizontal, ArrowRight, Shield, Bug, MapPin, Scale, KeyRound, UserCheck, CornerRightDown, Replace } from "lucide-react"; import type { AccessList } from "@/lib/models/access-lists"; import type { Certificate } from "@/lib/models/certificates"; import type { ProxyHost } from "@/lib/models/proxy-hosts"; @@ -118,21 +118,58 @@ export default function ProxyHostsClient({ hosts, certificates, accessLists, caC { id: "features", label: "Features", - render: (host: ProxyHost) => ( -