mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update blocks.html
This commit is contained in:
parent
ae7defaab2
commit
37f48c0c10
@ -1,4 +1,4 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Bitcoin Blocks - Ocean.xyz Mining Dashboard{% endblock %}
|
{% block title %}Bitcoin Blocks - Ocean.xyz Mining Dashboard{% endblock %}
|
||||||
|
|
||||||
@ -239,6 +239,10 @@
|
|||||||
<strong>Mining Pool:</strong>
|
<strong>Mining Pool:</strong>
|
||||||
<span id="latest-pool" class="metric-value green">Loading...</span>
|
<span id="latest-pool" class="metric-value green">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="stat-item">
|
||||||
|
<strong>Avg Fee Rate:</strong>
|
||||||
|
<span id="latest-fee-rate" class="metric-value yellow">Loading...</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -283,4 +287,4 @@
|
|||||||
{% block javascript %}
|
{% block javascript %}
|
||||||
<script src="/static/js/blocks.js"></script>
|
<script src="/static/js/blocks.js"></script>
|
||||||
<script src="/static/js/block-animation.js"></script>
|
<script src="/static/js/block-animation.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user