{{ $destination->name }} | Destination | MapleDeploy @php $destinationSubtitle = $destination->getMorphClass() === 'App\Models\StandaloneDocker' ? 'Docker network on '.data_get($destination, 'server.name', 'server') : 'Deprecated Docker Swarm network'; @endphp
@include('livewire.destination.sidebar', ['destination' => $destination])
@if (request()->routeIs('destination.danger'))

Delete destination

Permanently delete {{ $destination->name }} from MapleDeploy. The Docker network is also removed from the server. {{-- MapleDeploy branding --}}

Delete or move every attached resource before deleting this destination.

@if ($network !== 'coolify') @else Delete destination @endif
@else
@if ($destination->getMorphClass() !== 'App\Models\StandaloneDocker') @endif
@if ($destination->getMorphClass() === 'App\Models\StandaloneDocker')
@endif
@endif