user agent

This commit is contained in:
Klemek
2025-03-17 16:08:54 +01:00
parent 4f7c14935e
commit 9cb3b30d54
3 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<br>
<br>
<template v-for="client in server.clients">
<label>{{ client.id }} - {{ client.status }}</label><br>
<label>{{ client.userAgent ?? client.id }} - {{ client.status }}</label><br>
<progress :value="client.sent" :max="downloadTotal" aria-busy="!client.connected"></progress>
<br>
<br>