diff --git a/assets/tpl/admin_index.html b/assets/tpl/admin_index.html index 4f938e9..40edc5e 100644 --- a/assets/tpl/admin_index.html +++ b/assets/tpl/admin_index.html @@ -19,9 +19,9 @@
Interface status for {{.Device.DeviceName}} - +     - +
@@ -88,9 +88,9 @@
{{if not .Static.LdapDisabled}} - + {{end}} - M + M
@@ -112,7 +112,7 @@ - + {{$p.Identifier}} {{$p.PublicKey}} @@ -121,7 +121,7 @@ {{$p.LastHandshake}} {{if eq $.Session.IsAdmin true}} - + {{end}} @@ -159,8 +159,8 @@ {{if not $p.Peer}}

No Traffic data available...

{{else}} -

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

-

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

+

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

+

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

{{end}}