2023-04-19 10:42:15 +00:00
|
|
|
<div>
|
2023-05-04 08:45:09 +00:00
|
|
|
<p>Server Name: {{ data_get($destination, 'server.name') }}</p>
|
|
|
|
@if (data_get($destination, 'server.description'))
|
|
|
|
<p>Description: {{ data_get($destination, 'server.description') }}</p>
|
|
|
|
@endif
|
2023-04-19 12:00:31 +00:00
|
|
|
<p>Docker Network: {{ $destination->network }}</p>
|
2023-04-19 10:42:15 +00:00
|
|
|
</div>
|