Browse Source

use template

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
d8072c1d78
  1. 10
      views/mempool-summary.pug

10
views/mempool-summary.pug

@ -23,12 +23,10 @@ block content
span(class="text-muted") (virtual size: #{utils.formatBytes(getmempoolinfo.bytes)}) span(class="text-muted") (virtual size: #{utils.formatBytes(getmempoolinfo.bytes)})
tr tr
th(class="table-active properties-header") Total Fees th(class="table-active properties-header") Total Fees
td(class="monospace") #{utils.formatCurrencyAmount(mempoolstats["totalFees"], currencyFormatType)} td(class="monospace")
if (global.exchangeRate) - var currencyValue = mempoolstats["totalFees"];
span include includes/value-display.pug
span(data-toggle="tooltip", title=utils.formatExchangedCurrency(mempoolstats["totalFees"]))
i(class="fas fa-exchange-alt")
if (getmempoolinfo.size > 0) if (getmempoolinfo.size > 0)
tr tr
th(class="table-active properties-header") Average Fee th(class="table-active properties-header") Average Fee

Loading…
Cancel
Save