diff --git a/resources/views/livewire/project/shared/destination.blade.php b/resources/views/livewire/project/shared/destination.blade.php index 1b941b924..4c2561950 100644 --- a/resources/views/livewire/project/shared/destination.blade.php +++ b/resources/views/livewire/project/shared/destination.blade.php @@ -3,7 +3,7 @@
Server related configurations.
-
+
Main Server
@if (str($resource->realStatus())->startsWith('running'))
@@ -55,7 +55,7 @@ @endforeach @endif
- @if ($resource->getMorphClass() === 'App\Models\Application') + {{-- @if ($resource->getMorphClass() === 'App\Models\Application') @if (count($networks) > 0)

Choose another server

(experimental)
@@ -71,5 +71,5 @@ @else
No additional servers available to attach.
@endif - @endif + @endif --}}