{{ __('admin.nav.hosts') }}

{{ __('admin.hosts_sub') }}

@php $hd = ['[animation-delay:60ms]', '[animation-delay:120ms]', '[animation-delay:180ms]', '[animation-delay:240ms]']; @endphp
@foreach ($rows as $i => $h)

{{ $h['name'] }}

{{ $h['ip'] }} ยท {{ $h['instances'] }} {{ __('admin.instances_label') }}

{{ __('admin.status.'.($h['status'] === 'warning' ? 'warning' : 'active')) }}
{{ __('admin.storage_used') }}{{ $h['used'] }}%
CPU{{ $h['cpu'] }}%
@endforeach