Private Key

Change

{{ $server->privateKey->name }}

Destinations

New
@if ($server->standaloneDockers->count() > 0) @foreach ($server->standaloneDockers as $docker)

Network: {{ data_get($docker, 'network') }}

@endforeach @else

No destinations found

@endif

Proxy

@if ($server->settings->is_validated)
{{ $server->extra_attributes->proxy_status }}
@endif
@if ($server->settings->is_validated) @else

Server is not validated. Validate first.

@endif