diff --git a/resources/views/livewire/project/shared/logs.blade.php b/resources/views/livewire/project/shared/logs.blade.php index 5b35bc297..78f871a96 100644 --- a/resources/views/livewire/project/shared/logs.blade.php +++ b/resources/views/livewire/project/shared/logs.blade.php @@ -44,10 +44,12 @@ @elseif ($type === 'service')
-
Here you can see the logs of the service.
+

Logs

+
Here you can see the logs of the containers.
@forelse ($containers as $container) @if (data_get($servers, '0')) - + @else
No functional server found for the service.
@endif