src/main/webapp/views/monitor/js/monitor.js
@@ -53,8 +53,10 @@ http.get(baseUrl+"/monitor/other", {crnId: getUrlVal("crnId")}, function (res) { if (res.code === 200){ $('#totalLoc').text(res.data.totalLoc); $('#totalWrk').text(res.data.totalWrk); $('#xDistance').text(res.data.xDistance); $('#yDistance').text(res.data.yDistance); $('#xDuration').text(res.data.xDuration); $('#yDuration').text(res.data.yDuration); $('#xSpeed').text(res.data.xSpeed); $('#ySpeed').text(res.data.ySpeed);