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