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 90c7a7e commit 9db00f8Copy full SHA for 9db00f8
resources/views/livewire/slow-queries.blade.php
@@ -19,7 +19,7 @@
19
<x-pulse::card :cols="$cols" :rows="$rows" :class="$class">
20
<x-pulse::card-header
21
name="Slow Queries"
22
- title="Time: {{ number_format($time) }}ms; Run at: {{ $runAt }};"
+ x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
23
details="{{ is_array($config['threshold']) ? '' : $config['threshold'].'ms threshold, ' }}past {{ $this->periodForHumans() }}"
24
>
25
<x-slot:icon>
0 commit comments