This commit is contained in:
Andras Bacsai
2024-03-04 09:12:23 +01:00
parent 0aa85a3701
commit 62278126e4
4 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<div>
<div x-init="$wire.getLogs" id="screen" x-data="{ fullscreen: false, alwaysScroll: false, intervalId: null }">
<div class="flex items-center gap-2">
@if ($resource->type() === 'application')
@if ($resource?->type() === 'application')
<h3>{{ $container }}</h3>
@else
<h3>{{ str($container)->beforeLast('-')->headline() }}</h3>