coolify/resources/views/livewire/project/application/destination.blade.php
Andras Bacsai 9bbf25b9f4 wip
2023-05-16 13:11:05 +02:00

9 lines
306 B
PHP

<div>
<h3>Destination</h3>
<p>Server Name: {{ data_get($destination, 'server.name') }}</p>
@if (data_get($destination, 'server.description'))
<p>Description: {{ data_get($destination, 'server.description') }}</p>
@endif
<p>Docker Network: {{ $destination->network }}</p>
</div>