Link to the API view and remove target difficulty values ..

This commit is contained in:
shunmugam 2019-09-13 18:53:03 +05:30
parent bb688019af
commit 194420f5f4
2 changed files with 7 additions and 7 deletions

View File

@ -8,12 +8,12 @@
</p> </p>
<h4 class="txt_primary">{{'api-view.real-time-simple-query' | translate}}</h4> <h4 class="txt_primary">{{'api-view.real-time-simple-query' | translate}}</h4>
<ul class="txt_secondary"> <ul class="txt_secondary">
<li><b>circulating</b>: {{'api-view.circulating' | translate}} </li> <li><b><a target="_blank" href="https://explorer2.epic.tech/api?q=circulating" >circulating</a></b>: {{'api-view.circulating' | translate}} </li>
<li><b>getblockcount</b>: {{'api-view.getblockcount' | translate}}</li> <li><b><a target="_blank" href="https://explorer2.epic.tech/api?q=getblockcount"> getblockcount </a></b>: {{'api-view.getblockcount' | translate}}</li>
<li><b>getdifficulty-randomx</b>: {{'api-view.getdifficulty-randomx' | translate}}</li> <li><b><a target="_blank" href="https://explorer2.epic.tech/api?q=getdifficulty-randomx">getdifficulty-randomx</a></b>: {{'api-view.getdifficulty-randomx' | translate}}</li>
<li><b>getdifficulty-progpow</b>: {{'api-view.getdifficulty-progpow' | translate}}</li> <li><b><a target="_blank" href="https://explorer2.epic.tech/api?q=getdifficulty-progpow">getdifficulty-progpow</a></b>: {{'api-view.getdifficulty-progpow' | translate}}</li>
<li><b>getdifficulty-cuckoo</b>: {{'api-view.getdifficulty-cuckoo' | translate}}</li> <li><b><a target="_blank" href="https://explorer2.epic.tech/api?q=getdifficulty-cuckoo">getdifficulty-cuckoo</a></b>: {{'api-view.getdifficulty-cuckoo' | translate}}</li>
<li><b>totalcoins</b>: {{'api-view.totalcoins' | translate}}</li> <li><b><a target="_blank" href="https://explorer2.epic.tech/api?q=totalcoins">totalcoins</a></b>: {{'api-view.totalcoins' | translate}}</li>
</ul> </ul>
<h4 class="txt_primary">{{'api-view.Block-Queries' | translate}}</h4> <h4 class="txt_primary">{{'api-view.Block-Queries' | translate}}</h4>

View File

@ -43,7 +43,7 @@
} }
.diff_span{ .diff_span{
width: 42px; width: 42px;
overflow: hidden; /* overflow: hidden; */
/* max-width: 52px; */ /* max-width: 52px; */
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;