Skip to content

Commit a5933b3

Browse files
committed
Usage card
1 parent 4aeb794 commit a5933b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/usage.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'jobs' => 'Top 10 Users Dispatching Jobs',
77
default => 'Application Usage'
88
}"
9-
title="Time: {{ number_format($time) }}ms; Run at: {{ $runAt }};"
9+
x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
1010
details="{{ $this->usage === 'slow_requests' ? (is_array($slowRequestsConfig['threshold']) ? '' : $slowRequestsConfig['threshold'].'ms threshold, ') : '' }}past {{ $this->periodForHumans() }}"
1111
>
1212
<x-slot:icon>

0 commit comments

Comments
 (0)