import React from 'react'; import { Button } from '~/components/ui/Button'; import { Card, CardContent } from '~/components/ui/Card'; import { Cable, Server, ArrowLeft } from 'lucide-react'; import { useLocalModelHealth } from '~/lib/hooks/useLocalModelHealth'; import HealthStatusBadge from './HealthStatusBadge'; import { PROVIDER_ICONS } from './types'; // Status Dashboard Component function StatusDashboard({ onBack }: { onBack: () => void }) { const { healthStatuses } = useLocalModelHealth(); return (
Monitor the health of your local AI providers
Configure and enable local providers to see their endpoint status here.
{status.baseUrl}