This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dbachm123
authored and
dbachm123
committed
Mar 17, 2018
1 parent
e8696d6
commit 84cb939
Showing
10 changed files
with
115 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
<footer id="footer"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
|
||
<p><?php print getVersionInformation(); ?></p> | ||
|
||
<p>Contributors: <a href="https://github.com/dbachm123">dbachm123</a>, <a href="https://github.com/BitDesert">BitDesert</a>, <a href="https://github.com/NiFNi">NiFNi</a></p> | ||
</div> | ||
</div> | ||
<footer id="footer"> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,73 @@ | ||
<h2>Node Info</h2> | ||
|
||
<div class="row"> | ||
|
||
|
||
<div class="col-lg-3"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Version</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{version}}</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-3"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Current Block</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{currentBlock}}</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-3"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Number of Unchecked Blocks</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{uncheckedBlocks}}</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-3"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Number of Peers</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{numPeers}}</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<h2>Node Account Info</h2> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-8"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Address</div> | ||
<div class="card-body"> | ||
<a href="https://www.nanode.co/account/{{nanoNodeAccount}}" target="_blank">{{nanoNodeAccount}}</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Balance</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{accBalanceMnano}} Nano</h4> | ||
<h6 class="card-subtitle mb-2 text-muted">{{accPendingMnano}} Nano pending</h6> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-8"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Representative</div> | ||
<div class="card-body"> | ||
<a href="https://www.nanode.co/account/{{repAccount}}" target="_blank">{{repAccount}}</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Voting Weight</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{votingWeight}} Nano</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<h2>System Info</h2> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-4"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">System Uptime</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{systemUptime}}</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">System Load</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{systemLoad}}</h4> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<h2>Node Info</h2> | ||
<ul class="list-group"> | ||
<li class="list-group-item active"> | ||
Version | ||
<span class="float-right">{{version}}</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Current Block | ||
<span class="float-right">{{currentBlock}}</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Unchecked Blocks | ||
<span class="float-right">{{uncheckedBlocks}}</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Peers | ||
<span class="float-right">{{numPeers}}</span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
||
<div class="col-lg-4"> | ||
<h2>Node Account Info</h2> | ||
<ul class="list-group"> | ||
<li class="list-group-item active"> | ||
Address | ||
<span class="float-right"><a href="https://www.nanode.co/account/{{nanoNodeAccount}}" target="_blank" class="truncate">{{nanoNodeAccount}}</a></span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Balance | ||
<span class="float-right">{{accBalanceMnano}} Nano</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Representative | ||
<span class="float-right"><a href="https://www.nanode.co/account/{{repAccount}}" target="_blank" class="truncate">{{repAccount}}</a></span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Voting Weight | ||
<span class="float-right">{{votingWeight}} Nano</span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
||
|
||
<div class="col-lg-4"> | ||
<h2>System Info</h2> | ||
<ul class="list-group"> | ||
<li class="list-group-item active"> | ||
Hostname | ||
<span class="float-right">{{nanoNodeName}}</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Uptime | ||
<span class="float-right">{{systemUptime}}</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Load | ||
<span class="float-right">{{systemLoad}}</span> | ||
</li> | ||
<li class="list-group-item active"> | ||
Memory Usage | ||
<span class="float-right">{{usedMem}} / {{totalMem}} MB</span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<div class="card text-white bg-primary mb-3"> | ||
<div class="card-header">Memory Usage</div> | ||
<div class="card-body"> | ||
<h4 class="card-title">{{usedMem}} / {{totalMem}} MB</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> |