diff --git a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp index 97000d781..afa91f820 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp @@ -41,7 +41,7 @@

-

In 0 | Out 0

+

c2s 0 | s2c 0

0 bps
@@ -398,7 +398,7 @@ $(document).ready(function(){ ipActiveList();//活跃IP portActiveList();//活跃端口 appTypeList();//应用类型 - systemList();//操作系统列表 +// systemList();//操作系统列表 websiteList();//http网站列表 topicAndDomainList();//主题网站域名 @@ -751,7 +751,7 @@ function osClick(osType,obj){ dataType:"json", cache:false,async:true,timeout:10000,//超时时间设置,查询接口时间过长超时 success:function (rs) { - echart_5(rs.reverse()); + echart_5(rs); closeTip(); }, @@ -772,7 +772,7 @@ function bsClick(bsType,obj){ dataType:"json", cache:false,async:true,timeout:10000,//超时时间设置,查询接口时间过长超时 success:function (rs) { - echart_2(rs.reverse()); + echart_2(rs); closeTip(); }, diff --git a/src/main/webapp/WEB-INF/views/dashboard/trafficAppTypeList.jsp b/src/main/webapp/WEB-INF/views/dashboard/trafficAppTypeList.jsp index 4d4a30d30..f002494c9 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/trafficAppTypeList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/trafficAppTypeList.jsp @@ -11,6 +11,14 @@ +