Skip to content

Commit

Permalink
Display Total DCR on status page.
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
dajohi committed Feb 18, 2016
1 parent 4746511 commit 411d6f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/views/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ <h2 translate>Decred node information</h2>
<td translate>Info Errors</td>
<td class="text-right">{{info.infoErrors}}</td>
</tr>
<tr data-ng-controller="StatusController" data-ng-init="getStatus('CoinSupply')" >
<td translate>Available Supply</td>
<td class="text-right">{{coinsupply / 1e8}} DCR</td>
</tr>
</tbody>
</table>
</div> <!-- END OF COL-GRAY -->
Expand Down

0 comments on commit 411d6f5

Please sign in to comment.