This repository was archived by the owner on Jun 18, 2020. It is now read-only.
File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ lino.query
140
140
. then ( properties => {
141
141
blockchainParametersTableHandler ( 'post-param-table' , properties ) ;
142
142
} ) ;
143
+
144
+ lino . query
145
+ . getReputationParam ( )
146
+ . then ( properties => {
147
+ blockchainParametersTableHandler ( 'reputation-param-table' , properties ) ;
148
+ } ) ;
143
149
144
150
$changeWorkRealTime . addEventListener ( 'click' , ( ) => {
145
151
if ( workRealTime ) {
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">...<
243
243
</ tbody >
244
244
</ table >
245
245
</ div >
246
+ < div class ="table-responsive ">
247
+ < table class ="table table-bordered table-hover table-sm " id ="reputation-param-table ">
248
+ < thead >
249
+ < tr class ="table-primary ">
250
+ < th scope ="col " colspan ="2 "> Reputation Param</ th >
251
+ </ tr >
252
+ </ thead >
253
+ < tbody >
254
+ </ tbody >
255
+ </ table >
256
+ </ div >
246
257
</ div >
247
258
</ div >
248
259
< div class ="row ">
@@ -400,12 +411,12 @@ <h5 class="modal-title">Node address</h5>
400
411
</ div >
401
412
</ div >
402
413
< button class ="btn btn-success " id ="back-to-top "> < span class ="icon-circle-up "> </ span > Back to top</ button >
403
- < script src ="https://cdn.jsdelivr.net/npm/lino-js@1.0.1 /lib/lino-js.umd.min.js "> </ script >
414
+ < script src ="https://cdn.jsdelivr.net/npm/lino-js@1.0.2 /lib/lino-js.umd.min.js "> </ script >
404
415
< script src ="https://cdn.jsdelivr.net/npm/bootstrap.native@2.0.23/dist/bootstrap-native-v4.min.js "> </ script >
405
416
< script src ="https://cdn.jsdelivr.net/npm/sweetalert2@7.13.1/dist/sweetalert2.all.min.js "> </ script >
406
417
< script src ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/highlight.min.js "> </ script >
407
418
< script src ="https://cdn.jsdelivr.net/npm/js-beautify@1.7.5/js/lib/beautify.js "> </ script >
408
419
< script src ="utils.js "> </ script >
409
- < script src ="app.js "> </ script >
420
+ < script src ="app.js?201811070925 "> </ script >
410
421
</ body >
411
422
</ html >
You can’t perform that action at this time.
0 commit comments