{{ __('datacenters.subtitle') }}
{{ __('datacenters.empty') }}
@else| {{ __('datacenters.code') }} | {{ __('datacenters.name') }} | {{ __('datacenters.hosts') }} | {{ __('datacenters.status') }} | {{ __('datacenters.actions') }} |
|---|---|---|---|---|
| {{ $dc->code }} | {{ $dc->name }} @if ($dc->location)ยท {{ $countries[$dc->location] ?? $dc->location }}@endif {{-- Which building. Its own line, because it is the answer to "which of the two in fsn is this" and reads as noise beside the country. --}} @if ($dc->facility){{ $dc->facility }}@endif | {{ $dc->hosts_count }} |
|