Skip to content

Commit 9db00f8

Browse files
committed
Slow queries card
1 parent 90c7a7e commit 9db00f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)