In status page the rx and tx bytes now are shown with units

This commit is contained in:
Max Pedraza 2021-11-30 01:58:29 +01:00
parent 2e33f9ec52
commit e97d6b95c1
2 changed files with 30 additions and 2 deletions
templates

View file

@ -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>