File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/bootstrap/admin/wallet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 <td >{ $ARRAY [' version' ]} </td >
2323 <td >{ $ARRAY [' subver' ]|replace :' /' :' ' } </td >
2424 <td >{ $ARRAY [' conntime' ]|date_format :$GLOBAL .config.date} </td >
25- <td >{ (($ARRAY [' bytessent' ] + $ARRAY [' bytesrecv' ]) / 1024 / 1024)|number_format:" 3" } MB</td >
25+ <td >{ (($ARRAY [' bytessent' ]|default : " 0 " + $ARRAY [' bytesrecv' ]|default : " 0 " ) / 1024 / 1024)|number_format:" 3" } MB</td >
2626 </tr >
2727{ /foreach }
2828 </tbody >
Original file line number Diff line number Diff line change 2222{ foreach key= KEY item= ARRAY from= $TRANSACTIONS }
2323 <tr >
2424 <td class =" text-center" >{ $ARRAY [' account' ]|default :" Default" } </td >
25- <td class =" text-center" >{ $ARRAY [' address' ]} </td >
25+ <td class =" text-center" >{ $ARRAY [' address' ]|default : " " } </td >
2626 <td class =" text-center" >{ $ARRAY [' category' ]|capitalize } </td >
2727 <td class =" text-right" >{ $ARRAY [' amount' ]|number_format:" $PRECISION" } </td >
2828 <td class =" text-right" >{ $ARRAY [' confirmations' ]} </td >
You can’t perform that action at this time.
0 commit comments