{{-- CPU --}}
CPU
{{ is_numeric($cpuPercent) ? $cpuPercent.'%' : '–' }}
@foreach($cpuSeg as $cls)
@endforeach
{{-- RAM --}}
RAM
{{ is_numeric($ramPercent) ? $ramPercent.'%' : '–' }}
@if($ramSummary)
{{ $ramSummary }}
@endif
@foreach($ramSeg as $cls)
@endforeach
{{-- Load --}}
Load
{{ $loadText ?? '–' }}
@foreach($loadDots as $d)
{{ $d['label'] }}
@endforeach
{{-- Uptime --}}
Uptime
{{ $uptimeText ?? '–' }}
{{ $uptimeDays }} {{ $uptimeDaysLabel ?? '' }}
{{ $uptimeHours }} {{ $uptimeHoursLabel ?? '' }}