diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp index 687157446..882cb7229 100644 --- a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp @@ -97,7 +97,7 @@ domainCheck " - type="text" minlength="4" maxlength="1024" + type="text" name="${cfgName}.cfgKeywords" value="${cfg.cfgKeywords}"> diff --git a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp index 024f35b26..c60ba36cc 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp @@ -137,26 +137,27 @@
| "+msg+" | "; $("#tbodyDataPort").prepend(tr); }, @@ -539,9 +623,9 @@ function portActiveList(){ tr += ""+itemObj.port+" | "; tr += ""+count+" | "; if(preCount"+""+" | "; }else if(preCount>count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -630,9 +714,9 @@ function systemList(){ tr += ""+n+" | "; tr += ""+os+" | "; if(preCount"+""+" | "; }else if(preCount>count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -741,9 +825,9 @@ function browserList() { tr += ""+n+" | "; tr += ""+bs+" | "; if(preCount"+""+" | "; }else if(preCount>count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -780,8 +864,8 @@ function websiteList() { $("#tbodyData2").html("") } - var tr = "
| "+msg+" | "; + var tr = "||||
| "+msg+" | "; $("#tbodyData2").prepend(tr); }, @@ -805,9 +889,9 @@ function websiteList() { tr += ""+n+" | "; tr += ""+web+" | "; if(itemObj.preCount"+""+" | "; }else if(itemObj.preCount>itemObj.count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -856,8 +940,7 @@ function topicAndDomainList(){ url: '${ctx}/dashboard/topicAndDomainList', type : "get" , dataType:"json", - cache:false,async:true, - timeout:60000,//超时时间设置,查询接口时间过长超时 + cache:false,async:true,timeout:60000,//超时时间设置,查询接口时间过长超时 success:function (rs) { //主题域名流量统计图 echart_topic_domain(rs);