@extends('layouts.monitor') @section('title', 'Network Dashboard') @section('refresh', '60') @section('content')
Network Operations
Auto-refreshes every 60 seconds.
| Device | Location | Status | Response | Last check |
|---|---|---|---|---|
|
{{ $device->name }}
{{ $device->host }}{{ $device->port ? ':'.$device->port : '' }}
|
{{ $device->location ?: '—' }} | {{ strtoupper($device->status) }} | {{ $device->last_response_ms ? $device->last_response_ms.' ms' : '—' }} | {{ $device->last_checked_at?->diffForHumans() ?: 'Never' }} |
| No devices added yet. | ||||
{{ $incident->last_error }}