udp: fix template error

This commit is contained in:
Joakim Frostegård 2023-06-07 13:06:44 +02:00
parent 08b28c9e1b
commit 00c4e61ed9
2 changed files with 19 additions and 4 deletions

View file

@ -267,7 +267,7 @@
{{ for value in peer_clients }}
<tr>
<td>{ value.0 }</td>
<td>{ value.2 }</td>
<td>{ value.1 }</td>
</tr>
{{ endfor }}
</tbody>