From 1448b93e1e279414cb5cfd8f05f95d42338c8466 Mon Sep 17 00:00:00 2001 From: TopoX84 Date: Mon, 5 Mar 2018 08:25:42 -0600 Subject: [PATCH] Update peers.tpl by adding ```
``` and some ```
``` at the end fixes a display issue on the mobile version while looking at the pees --- templates/bootstrap/admin/wallet/peers.tpl | 66 ++++++++++++---------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/templates/bootstrap/admin/wallet/peers.tpl b/templates/bootstrap/admin/wallet/peers.tpl index 50770d3f..bccd331c 100644 --- a/templates/bootstrap/admin/wallet/peers.tpl +++ b/templates/bootstrap/admin/wallet/peers.tpl @@ -1,31 +1,35 @@ -
-
-
-
- Peer Information -
-
- - - - - - - - - - - -{foreach key=KEY item=ARRAY from=$PEERINFO} - - - - - - - -{/foreach} - -
HostProtocolIdentityConnectedTraffic
{$ARRAY['addr']}{$ARRAY['version']}{$ARRAY['subver']|replace:'/':''}{$ARRAY['conntime']|date_format:$GLOBAL.config.date}{(($ARRAY['bytessent']|default:"0" + $ARRAY['bytesrecv']|default:"0") / 1024 / 1024)|number_format:"3"} MB
-
-
+
+
+
+
+ Peer Information +
+
+
+ + + + + + + + + + + + {foreach key=KEY item=ARRAY from=$PEERINFO} + + + + + + + + {/foreach} + +
HostProtocolIdentityConnectedTraffic
{$ARRAY['addr']}{$ARRAY['version']}{$ARRAY['subver']|replace:'/':''}{$ARRAY['conntime']|date_format:$GLOBAL.config.date}{(($ARRAY['bytessent']|default:"0" + $ARRAY['bytesrecv']|default:"0") / 1024 / 1024)|number_format:"3"} MB
+
+
+
+
+