diff --git a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp index 449cc5ff8..048f35c8c 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp @@ -142,7 +142,7 @@
-    +   
@@ -467,8 +467,8 @@ function ajaxinfo(){ outoctetsNum=outoctetsNumM; unit="Mbps"; }; - $(".c2sNum").text(inoctetsNum+" "+unit); - $(".s2cNum").text(outoctetsNum+" "+unit); + $(".c2sNum").text(Math.floor(inoctetsNum)+" "+unit); + $(".s2cNum").text(Math.floor(outoctetsNum)+" "+unit); /* if(data.inoctetsNum!=c2s){ $(".c2sNum").text(data.c2sNum); $(".s2cNum").text(100-data.c2sNum);