diff --git a/resources/views/livewire/project/shared/execute-container-command.blade.php b/resources/views/livewire/project/shared/execute-container-command.blade.php index 2c95acc67..9ff5cccc5 100644 --- a/resources/views/livewire/project/shared/execute-container-command.blade.php +++ b/resources/views/livewire/project/shared/execute-container-command.blade.php @@ -20,23 +20,21 @@ @if (count($containers) === 0)
No containers are running or terminal access is disabled on this server.
@else - @foreach ($containers as $container) -
- - @foreach ($containers as $container) - @if ($loop->first) - - @endif - - @endforeach - - {{ $isConnecting ? 'Connecting...' : 'Connect' }} -
- @endforeach +
+ + @foreach ($containers as $container) + @if ($loop->first) + + @endif + + @endforeach + + {{ $isConnecting ? 'Connecting...' : 'Connect' }} +