diff --git a/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html b/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html index 263df95b2..509e15574 100644 --- a/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html +++ b/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html @@ -30,4 +30,28 @@
+Block | +Timestamp | +Adjusted | +Difficulty | +Change | +|
---|---|---|---|---|---|
{{ diffChange.height }} | +{{ diffChange.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }} | +{{ formatNumber(diffChange.difficulty, locale, '1.2-2') }} | +{{ diffChange.difficultyShorten }} | += 0 ? 'color: #42B747' : 'color: #B74242'">{{ formatNumber(diffChange.change, locale, '1.2-2') }}% | +