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 4aeb794 commit a5933b3Copy full SHA for a5933b3
resources/views/livewire/usage.blade.php
@@ -6,7 +6,7 @@
6
'jobs' => 'Top 10 Users Dispatching Jobs',
7
default => 'Application Usage'
8
}"
9
- title="Time: {{ number_format($time) }}ms; Run at: {{ $runAt }};"
+ x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
10
details="{{ $this->usage === 'slow_requests' ? (is_array($slowRequestsConfig['threshold']) ? '' : $slowRequestsConfig['threshold'].'ms threshold, ') : '' }}past {{ $this->periodForHumans() }}"
11
>
12
<x-slot:icon>
0 commit comments