coolify/resources/views/livewire/project/application/destination.blade.php

9 lines
316 B
PHP
Raw Normal View History

2023-04-19 12:42:15 +02:00
<div>
2023-05-31 10:19:29 +02:00
<h2 class="pb-0">Destination</h2>
<div class="text-sm">The destination server / network where your application will be deployed to.</div>
<div class="py-4">
2023-05-22 10:34:00 +02:00
<p>Server: {{ data_get($destination, 'server.name') }}</p>
<p>Destination: {{ $destination->network }}</p>
</div>
2023-04-19 12:42:15 +02:00
</div>