Merge pull request #153 from cubedro/develop

Fixed hashrate sorting fixes #149
pull/5/head
Marian OANCΞA 10 years ago
commit e84d639407
  1. 2
      dist/index.html
  2. 2
      views/index.jade

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

@ -159,7 +159,7 @@ block content
th.th-latency
i.icon-clock(data-toggle="tooltip", data-placement="top", title="Node latency", ng-click="orderTable(['stats.latency'], false)")
th
i.icon-mining(data-toggle="tooltip", data-placement="top", title="Is mining", ng-click="orderTable(['-stats.mining'], false)")
i.icon-mining(data-toggle="tooltip", data-placement="top", title="Is mining", ng-click="orderTable(['-stats.hashrate'], false)")
th
i.icon-group(data-toggle="tooltip", data-placement="top", title="Peers", ng-click="orderTable(['-stats.peers'], false)")
th

Loading…
Cancel
Save