[UPDATE] Remove / in Peer Identity

This commit is contained in:
Sebastian Grewe 2015-04-16 10:51:02 +02:00
parent 45fb43950a
commit 8826d0301c

View File

@ -20,7 +20,7 @@
<tr>
<td>{$ARRAY['addr']}</td>
<td>{$ARRAY['version']}</td>
<td>{$ARRAY['subver']}</td>
<td>{$ARRAY['subver']|replace:'/':''}</td>
<td>{$ARRAY['conntime']|date_format:$GLOBAL.config.date}</td>
<td>{(($ARRAY['bytessent'] + $ARRAY['bytesrecv']) / 1024 / 1024)|number_format:"3"} MB</td>
</tr>