Skip to content

Commit

Permalink
fix: link to peers with full user agent on client stats page
Browse files Browse the repository at this point in the history
  • Loading branch information
Roardom committed Oct 6, 2024
1 parent 64107b3 commit b6add4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/stats/clients/clients.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<tr x-cloak x-show="isToggledOn">
<td style="padding: 0 0 0 24px">
<a
href="{{ route('staff.peers.index', ['agent' => $prefix]) }}"
href="{{ route('staff.peers.index', ['agent' => $client['agent']]) }}"
>
{{ $client['agent'] }}
</a>
Expand Down

0 comments on commit b6add4c

Please sign in to comment.