2023-08-07 20:14:21 +00:00
|
|
|
<div>
|
2023-09-22 12:47:25 +00:00
|
|
|
<h2>Server</h2>
|
|
|
|
<div class="">The destination server where your application will be deployed to.</div>
|
2023-08-07 20:14:21 +00:00
|
|
|
<div class="py-4 ">
|
2023-09-22 12:47:25 +00:00
|
|
|
<a class="box"
|
|
|
|
href="{{ route('server.show', ['server_uuid' => data_get($destination, 'server.uuid')]) }}">On server <span class="px-1 text-warning">{{ data_get($destination, 'server.name') }}</span>
|
|
|
|
in <span class="px-1 text-warning"> {{ data_get($destination, 'network') }} </span> network.</a>
|
2023-08-07 20:14:21 +00:00
|
|
|
</div>
|
|
|
|
</div>
|