Skip to content

Commit 4aeb794

Browse files
committed
Slow requests card
1 parent 9db00f8 commit 4aeb794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)