feat: db proxy logs

This commit is contained in:
Andras Bacsai
2024-06-09 21:33:17 +02:00
parent 28c320ae97
commit 4667f96b40
18 changed files with 183 additions and 39 deletions

View File

@@ -34,7 +34,7 @@
}
}">
<div class="flex items-center gap-2 ">
@if ($resource?->type() === 'application')
@if ($resource?->type() === 'application' || str($resource?->type())->startsWith('standalone'))
<h4>{{ $container }}</h4>
@else
<h3>{{ str($container)->beforeLast('-')->headline() }}</h3>