diff --git a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx index a29b2c8a2c..e403b3ec5c 100644 --- a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx +++ b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.tsx @@ -454,6 +454,7 @@ export default function APIPageClient({ machineId }: Readonly )} - {/* Active URLs — shown only when more than just local is active */} - {activeUrls.length > 1 && ( + {/* Active URLs bar */} + {activeUrls.length > 0 && (

Active Endpoints @@ -1252,9 +1263,6 @@ export default function APIPageClient({ machineId }: Readonly Running - - {baseUrl} -

{translateOrFallback("tailscaleTitle", "Tailscale Funnel")} - {tailscaleStatus?.running && tailscaleStatus.apiUrl && ( - - {tailscaleStatus.apiUrl} - - )} {translateOrFallback("ngrokTitle", "ngrok Tunnel")} - {ngrokStatus?.running && ngrokStatus.apiUrl && ( - - {ngrokStatus.apiUrl} - - )}