mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 13:33:41 +00:00
add ability to disable public api
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% if cg_api == "on" %}
|
||||
{% if cg_api == "enabled" %}
|
||||
<div class="row">
|
||||
<div class="col d-flex justify-content-center" style="color:grey">
|
||||
Powered by CoinGecko
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
{# We have different UI to display if CoinGecko API is disabled by user #}
|
||||
|
||||
{% if cg_api == "on" %}
|
||||
{% if cg_api == "enabled" %}
|
||||
{# CoinGecko API is enabled #}
|
||||
|
||||
<div class="d-none d-md-block"> <!-- Show on >= md screens -->
|
||||
|
Reference in New Issue
Block a user