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 a91db62 commit ef4a881Copy full SHA for ef4a881
resources/views/livewire/slow-jobs.blade.php
@@ -1,7 +1,7 @@
1
<x-pulse::card :cols="$cols" :rows="$rows" :class="$class">
2
<x-pulse::card-header
3
name="Slow Jobs"
4
- title="Time: {{ number_format($time, 0) }}ms; Run at: {{ $runAt }};"
+ x-bind:title="`Time: {{ number_format($time, 0) }}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