{{ $host->public_ip }} · {{ $host->datacenter }}
{{ __('hosts.detail.health') }}
{{ __('hosts.health.'.$health) }}
{{ $host->last_seen_at ? __('hosts.detail.last_seen', ['time' => $host->last_seen_at->diffForHumans()]) : __('hosts.detail.never_seen') }}
{{ __('hosts.detail.storage') }}
@if ($host->total_gb){{ $host->availableGb() }} / {{ $host->freeGb() }} GB {{ __('hosts.free') }}
{{ __('hosts.unknown') }}
@endif{{ __('hosts.detail.compute') }}
{{ $host->cpu_cores ?? '—' }}
{{ __('hosts.meta.cores') }}
{{ $host->total_ram_mb ? round($host->total_ram_mb / 1024).' GB' : '—' }}
{{ __('hosts.meta.ram') }}
{{ __('hosts.'.$key) }}
{{ $value }}
{{ __('hosts.detail.no_instances') }}
@else| {{ $inst->subdomain ?? '—' }} | {{ __('billing.plan.'.$inst->plan) }} | {{ $inst->disk_gb }} GB |
{{ __('hosts.error_title') }}
{{ $run->error }}
{{ __('hosts.no_run') }}
@endif{{ __('hosts.no_run') }}
@else{{ __('hosts.step.'.$event->step) }}
{{ __('hosts.outcome.'.$event->outcome) }} · {{ __('hosts.attempt') }} {{ $event->attempt }} @if ($event->message) · {{ $event->message }} @endif