We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db00f8 commit 4aeb794Copy full SHA for 4aeb794
resources/views/livewire/slow-requests.blade.php
@@ -1,7 +1,7 @@
1
<x-pulse::card :cols="$cols" :rows="$rows" :class="$class">
2
<x-pulse::card-header
3
name="Slow Requests"
4
- title="Time: {{ number_format($time) }}ms; Run at: {{ $runAt }};"
+ x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
5
details="{{ is_array($config['threshold']) ? '' : $config['threshold'].'ms threshold, ' }}past {{ $this->periodForHumans() }}"
6
>
7
<x-slot:icon>
0 commit comments