mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-06 17:13:13 +03:00
In status page the rx and tx bytes now are shown with units
This commit is contained in:
parent
2e33f9ec52
commit
e97d6b95c1
2 changed files with 30 additions and 2 deletions
templates
|
@ -41,8 +41,8 @@ Connected Peers
|
|||
<td>{{ $peer.Name }}</td>
|
||||
<td>{{ $peer.Email }}</td>
|
||||
<td>{{ $peer.PublicKey }}</td>
|
||||
<td>{{ $peer.ReceivedBytes }}</td>
|
||||
<td>{{ $peer.TransmitBytes }}</td>
|
||||
<td title="{{ $peer.ReceivedBytes }} Bytes">{{ $peer.Received }}</td>
|
||||
<td title="{{ $peer.TransmitBytes }} Bytes">{{ $peer.Transmit }}</td>
|
||||
<td>{{ $peer.Connected }}</td>
|
||||
<td>{{ $peer.LastHandshakeTime }}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue