diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index fe2ec21ab..4c2c11836 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -509,13 +509,14 @@ helper="A comma separated list of custom network aliases you would like to add for container in Docker network.

Example:
api.internal,api.local" wire:model="customNetworkAliases" x-bind:disabled="!canUpdate" /> @endif - @if(!application->destination->server->isSwarm()) -
- -
+ @if(!$application->destination->server->isSwarm()) +
+ +
+ @endif

HTTP Basic Authentication