forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
122 stars 185 forks source link

hashrate on admin area #29

Open microsound1 opened 6 years ago

microsound1 commented 6 years ago

Hello everyone,

On Admin area --> Users List page Hashrate and hashes not displaying correctly. After hashrate value, all speed displays (H/S, KH/s, MH/s, etc...) not only the corresponding.

admin.html line 130 has to be changed as below

Original: return parseInt(hashrate).toFixed(2) + byteUnits; Correct: return parseInt(hashrate).toFixed(2) + byteUnits[i];

cycleworm commented 6 years ago

fixed with pull request #33 issue can be closed.