fixed typo causing FT to show NaN for transfer progress in webUI

This commit is contained in:
csoler 2018-11-07 21:42:38 +01:00
parent cfb194a8ef
commit e9da9a555d
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -68,7 +68,7 @@ module.exports = {
]),
paths.map(function (file){
var ctrlBtn = m("div","");
var progress = file.transfered / file.size * 100;
var progress = file.transferred / file.size * 100;
return m("tr",[
m("td",[
m("a.filelink",