Browse Source

minor frontend improvements

master
Dan Janosik 5 years ago
parent
commit
5516899b70
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      views/includes/index-network-summary.pug
  2. 2
      views/index.pug

2
views/includes/index-network-summary.pug

@ -80,7 +80,7 @@ div.row.index-summary
tr
th.px-2.px-lg-0.px-xl-2
i.fas.fa-clock.mr-1.summary-icon
span.border-dotted(title=`Average block time for blocks in the current difficulty epoch (#${difficultyPeriod}). The difference between the target (10min) and this time indicates how the difficulty will adjust for the next epoch.`, data-toggle="tooltip") Block Time
span.border-dotted(title=`Average block time for blocks in the current difficulty epoch (#${difficultyPeriod}). The difference between the target (${coinConfig.targetBlockTimeMinutes}min) and this time indicates how the difficulty will adjust for the next epoch.`, data-toggle="tooltip") Block Time
small.ml-1 (e#{difficultyPeriod.toLocaleString()})
td.text-right.text-monospace
- var firstBlockHeader = difficultyPeriodFirstBlockHeader;

2
views/index.pug

@ -69,7 +69,7 @@ block content
if (exchangeRates)
- summaryColCount = 9;
div.mb-3.pr-xxl-0(class=`col-xxl-${summaryColCount}`)
div.mb-3(class=`col-xxl-${summaryColCount}`)
div.card.shadow-sm(style="height: 100%;")
div.card-body.px-2.px-sm-3
h3.h6.mb-0 Network Summary

Loading…
Cancel
Save