From d63ed2c01cc54137713a80130e9a6b90898ef7da Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 16 Nov 2020 23:20:41 +0100 Subject: [PATCH] fix admin index template --- assets/tpl/admin_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tpl/admin_index.html b/assets/tpl/admin_index.html index 0f1a9e6..4f938e9 100644 --- a/assets/tpl/admin_index.html +++ b/assets/tpl/admin_index.html @@ -159,7 +159,7 @@ {{if not $p.Peer}}

No Traffic data available...

{{else}} -

{{if $p.DeactivatedAt}}-{{else}} {{formatBytes $p.Peer.Endpoint}}{{end}}

+

{{if $p.DeactivatedAt}}-{{else}} {{$p.Peer.Endpoint}}{{end}}

{{if $p.DeactivatedAt}}-{{else}} {{formatBytes $p.Peer.ReceiveBytes}} / {{formatBytes $p.Peer.TransmitBytes}}{{end}}

{{end}}