Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Oct 11, 2023
1 parent 950cb3c commit 71a125f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/views/livewire/queues.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ class="min-h-full flex flex-col"
@foreach ($queues as $queue => $readings)
<div>
<h3 class="font-bold text-gray-700 dark:text-gray-300">
{{ Str::after($queue, ':') }}
@if ($showConnection)
({{ Str::before($queue, ':') }})
{{ $queue }}
@else
{{ Str::after($queue, ':') }}
@endif
</h3>
@php $latest = $readings->last() @endphp
Expand Down

0 comments on commit 71a125f

Please sign in to comment.