"use client"; import { Network, RefreshCw } from "lucide-react"; import { TopologyCanvas } from "@/components/topology/topology-canvas"; import { useTopologyData } from "@/hooks/use-topology-data"; export default function TopologyPage() { const { graph, loading, error } = useTopologyData(); if (loading) { return (
Real-time server infrastructure, proxy connections, and Kubernetes nodes
Loading topology...
Real-time server infrastructure, proxy connections, and Kubernetes nodes
Error loading topology
{error}
Auto-retrying...
Real-time server infrastructure, proxy connections, and Kubernetes nodes
No servers or infrastructure found
Create a server to see it appear in the topology
Real-time server infrastructure, proxy connections, and Kubernetes nodes