[UPDATE] More verbose wallet information

This commit is contained in:
Sebastian Grewe 2015-04-15 13:57:34 +02:00
parent 39d41514f9
commit c12728a87b

View File

@ -57,9 +57,10 @@
<th>Version</th> <th>Version</th>
<th>Protocol Version</th> <th>Protocol Version</th>
<th>Wallet Version</th> <th>Wallet Version</th>
<th>Connections</th> <th>Peers</th>
<th>Status</th> <th>Status</th>
<th>Blocks</th> <th>Blocks</th>
<th>Accounts</th>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
@ -69,6 +70,7 @@
<td>{$COININFO.connections|default:""}</td> <td>{$COININFO.connections|default:""}</td>
<td><font color="{if $COININFO.errors}red{else}green{/if}">{$COININFO.errors|default:"OK"}</font></td> <td><font color="{if $COININFO.errors}red{else}green{/if}">{$COININFO.errors|default:"OK"}</font></td>
<td>{$COININFO.blocks|default:"0"}</td> <td>{$COININFO.blocks|default:"0"}</td>
<td>{$ADDRESSCOUNT}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -88,7 +90,7 @@
<thead> <thead>
<tr> <tr>
<th>Host</th> <th>Host</th>
<th>Protocol Version</th> <th>Protocol</th>
<th>Identity</th> <th>Identity</th>
<th>Connected</th> <th>Connected</th>
<th>Traffic</th> <th>Traffic</th>
@ -108,15 +110,12 @@
</table> </table>
</div> </div>
</div> </div>
</div>
{if $ADDRESSCOUNT > 1}
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<div class="panel panel-info"> <div class="panel panel-info">
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-users fa-fw"></i> Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"} <i class="fa fa-users fa-fw"></i> Wallet Accounts
</div> </div>
<div class="panel-body "> <div class="panel-body ">
<div class="panel-group"> <div class="panel-group">
@ -179,4 +178,3 @@
</div> </div>
</div> </div>
</div> </div>
{/if}