Skip to content

Commit

Permalink
Usage card
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Nov 8, 2024
1 parent 4aeb794 commit a5933b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/usage.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'jobs' => 'Top 10 Users Dispatching Jobs',
default => 'Application Usage'
}"
title="Time: {{ number_format($time) }}ms; Run at: {{ $runAt }};"
x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
details="{{ $this->usage === 'slow_requests' ? (is_array($slowRequestsConfig['threshold']) ? '' : $slowRequestsConfig['threshold'].'ms threshold, ') : '' }}past {{ $this->periodForHumans() }}"
>
<x-slot:icon>
Expand Down

0 comments on commit a5933b3

Please sign in to comment.