diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp index 882cb7229..687157446 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" + type="text" minlength="4" maxlength="1024" 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 c60ba36cc..024f35b26 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp @@ -137,27 +137,26 @@
| "+msg+" | "; $("#tbodyDataPort").prepend(tr); }, @@ -623,9 +539,9 @@ function portActiveList(){ tr += ""+itemObj.port+" | "; tr += ""+count+" | "; if(preCount"+""+" | "; }else if(preCount>count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -714,9 +630,9 @@ function systemList(){ tr += ""+n+" | "; tr += ""+os+" | "; if(preCount"+""+" | "; }else if(preCount>count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -825,9 +741,9 @@ function browserList() { tr += ""+n+" | "; tr += ""+bs+" | "; if(preCount"+""+" | "; }else if(preCount>count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -864,8 +780,8 @@ function websiteList() { $("#tbodyData2").html("") } - var tr = "
| "+msg+" | "; + var tr = "||||
| "+msg+" | "; $("#tbodyData2").prepend(tr); }, @@ -889,9 +805,9 @@ function websiteList() { tr += ""+n+" | "; tr += ""+web+" | "; if(itemObj.preCount"+""+" | "; }else if(itemObj.preCount>itemObj.count){ - tr += ""+""+" | "; + tr += ""+""+" | "; }else{ tr += ""+"--"+" | "; } @@ -940,7 +856,8 @@ 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);