This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sing Painter
committed
Nov 7, 2018
1 parent
9c7a751
commit f0eb2ec
Showing
2 changed files
with
19 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,6 +243,17 @@ <h5>Current Height <span class="badge badge-primary" id="head-block-number">...< | |
</tbody> | ||
</table> | ||
</div> | ||
<div class="table-responsive"> | ||
<table class="table table-bordered table-hover table-sm" id="reputation-param-table"> | ||
<thead> | ||
<tr class="table-primary"> | ||
<th scope="col" colspan="2">Reputation Param</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
|
@@ -400,12 +411,12 @@ <h5 class="modal-title">Node address</h5> | |
</div> | ||
</div> | ||
<button class="btn btn-success" id="back-to-top"><span class="icon-circle-up"></span> Back to top</button> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/lino-js.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/lib/lino-js.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-native-v4.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/lib/beautify.js"></script> | ||
<script src="utils.js"></script> | ||
<script src="app.js"></script> | ||
<script src="app.js?201811070925"></script> | ||
</body> | ||
</html> |