[UPDATE] Remove / in Peer Identity
This commit is contained in:
parent
45fb43950a
commit
8826d0301c
@ -20,7 +20,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{$ARRAY['addr']}</td>
|
<td>{$ARRAY['addr']}</td>
|
||||||
<td>{$ARRAY['version']}</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['conntime']|date_format:$GLOBAL.config.date}</td>
|
||||||
<td>{(($ARRAY['bytessent'] + $ARRAY['bytesrecv']) / 1024 / 1024)|number_format:"3"} MB</td>
|
<td>{(($ARRAY['bytessent'] + $ARRAY['bytesrecv']) / 1024 / 1024)|number_format:"3"} MB</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user