{{ $label }}
{{ $val }}
| Status | IP-Adresse | MAC-Adresse | Hostname | Hersteller | Ping | Ports | Bemerkung |
|---|---|---|---|---|---|---|---|
| @if($host->device) {{ $host->ip_address }} @else {{ $host->ip_address }} @endif | {{ $host->mac_address ?? 'β' }} | {{ $host->hostname ?? 'β' }} | {{ $host->mac_vendor ?? 'β' }} | {{ $host->ping_ms ? $host->ping_ms . ' ms' : 'β' }} | {{ $host->ports ?? 'β' }} |
@if($scan->segment_id)
{{ $notes[$host->ip_address] ?? '+ Bemerkung' }}
@else
β
@endif
|