Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from NanoTools/develop
Browse files Browse the repository at this point in the history
1.4.3
  • Loading branch information
BitDesert authored Apr 27, 2018
2 parents a831b71 + 18baa49 commit 5248e6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/constants.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// the project version
define('PROJECT_VERSION', '1.4.2');
define('PROJECT_VERSION', '1.4.3');

// project URL
define('PROJECT_URL', 'https://github.com/NanoTools/nanoNodeMonitor');
Expand Down
2 changes: 1 addition & 1 deletion modules/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
<?php include __DIR__ . '/navbar.php'; ?>

<!-- logo and ticker -->
<div class="container">
<div class="container">
6 changes: 3 additions & 3 deletions templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
<ul class="list-group">
<li class="list-group-item active">
Balance
<span class="float-right">{{formatNano accBalanceMnano}} Nano</span>
<span class="float-right">{{formatNano accBalanceMnano}} NANO</span>
</li>
<li class="list-group-item active">
Pending
<span class="float-right">{{formatNano accPendingMnano 6}} Nano</span>
<span class="float-right">{{formatNano accPendingMnano 6}} NANO</span>
</li>
<li class="list-group-item active">
<div class="row">
Expand All @@ -77,7 +77,7 @@
</li>
<li class="list-group-item active">
Voting Weight
<span class="float-right">{{formatNano votingWeight 6}} Nano</span>
<span class="float-right">{{formatNano votingWeight 6}} NANO</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5248e6f

Please sign in to comment.