|
|
@ -41,7 +41,7 @@ |
|
|
|
window.localized = { |
|
|
|
window.localized = { |
|
|
|
'Blocks Indexed': '<%= gettext("Blocks Indexed") %>', |
|
|
|
'Blocks Indexed': '<%= gettext("Blocks Indexed") %>', |
|
|
|
'Block Processing': '<%= gettext("Block Mined, awaiting import...") %>', |
|
|
|
'Block Processing': '<%= gettext("Block Mined, awaiting import...") %>', |
|
|
|
'Indexing Tokens': '<%= gettext("Indexing Tokens") %>', |
|
|
|
'Indexing Internal Transactions': '<%= gettext("Indexing Internal Transactions") %>', |
|
|
|
'Less than': '<%= gettext("Less than") %>', |
|
|
|
'Less than': '<%= gettext("Less than") %>', |
|
|
|
'Market Cap': '<%= gettext("Market Cap") %>', |
|
|
|
'Market Cap': '<%= gettext("Market Cap") %>', |
|
|
|
'Price': '<%= gettext("Price") %>', |
|
|
|
'Price': '<%= gettext("Price") %>', |
|
|
@ -216,7 +216,7 @@ |
|
|
|
<%= raw(System.get_env("MAINTENANCE_ALERT_MESSAGE")) %> |
|
|
|
<%= raw(System.get_env("MAINTENANCE_ALERT_MESSAGE")) %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<%= if not Explorer.Chain.finished_indexing?() do %> |
|
|
|
<%= if not Explorer.Chain.finished_internal_transactions_indexing?() do %> |
|
|
|
<div class="alert alert-warning text-center mb-0 p-3" data-selector="indexed-status"> |
|
|
|
<div class="alert alert-warning text-center mb-0 p-3" data-selector="indexed-status"> |
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_loading_spinner.html" %> |
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_loading_spinner.html" %> |
|
|
|
<span data-indexed-ratio="<%=Explorer.Chain.indexed_ratio() %>"></span> |
|
|
|
<span data-indexed-ratio="<%=Explorer.Chain.indexed_ratio() %>"></span> |
|
|
|