diff --git a/web/application.js b/web/application.js index 89d8fb9b..ed9e5f43 100644 --- a/web/application.js +++ b/web/application.js @@ -345,7 +345,7 @@ var fetch = function() { var pct = (a*100)/parseInt(json.mf); am.gaugeMeter({ percent: pct, - text: v.toFixed(1) + text: a.toFixed(1) }); }