Skip to content

Commit 077200b

Browse files
committed
Slow outgoing requests card fix
1 parent 382a301 commit 077200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/slow-outgoing-requests.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<x-pulse::card :cols="$cols" :rows="$rows" :class="$class">
33
<x-pulse::card-header
44
name="Slow Outgoing Requests"
5-
title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
5+
x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
66
details="{{ is_array($config['threshold']) ? '' : $config['threshold'].'ms threshold, ' }}past {{ $this->periodForHumans() }}"
77
>
88
<x-slot:icon>

0 commit comments

Comments
 (0)