| Status | IP-Adresse | MAC-Adresse | Hostname | Hersteller | Ping | Bemerkung |
|---|---|---|---|---|---|---|
| {{ $host->status === 'online' ? '● Online' : '○ Offline' }} | {{ $host->ip_address }} | {{ $host->mac_address ?? '—' }} | {{ $host->hostname ?? '—' }} | {{ $host->mac_vendor ?? '—' }} | {{ $host->ping_ms !== null ? $host->ping_ms . ' ms' : '—' }} | {{ $notes[$host->ip_address] ?? '' }} |
| Keine Hosts vorhanden. | ||||||