mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
7 lines
281 B
PHP
7 lines
281 B
PHP
<div>
|
|
<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>
|