1.列表增加URL检索 2.查漏补缺ddos,http(s)替换 导出列
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
$("#intype").val("${cfg.ipPort.srcIpAddress}");
|
||||
}else if("${cfg.ipPort.destIpAddress}"){
|
||||
$("#intype").val("${cfg.ipPort.destIpAddress}");
|
||||
}else if("${cfg.httpUrl.cfgKeywords}"){
|
||||
$("#intype").val("${cfg.httpUrl.cfgKeywords}");
|
||||
}else if("${cfg.httpReqHdr.cfgKeywords}"){
|
||||
$("#intype").val("${cfg.httpReqHdr.cfgKeywords}");
|
||||
}else if("${cfg.httpResHdr.cfgKeywords}"){
|
||||
@@ -341,6 +343,7 @@
|
||||
<form:option value="compileId"><spring:message code="cfg_id"></spring:message></form:option>
|
||||
<form:option value="ipPort.srcIpAddress"><spring:message code="clientip"></spring:message></form:option>
|
||||
<form:option value="ipPort.destIpAddress"><spring:message code="serverip"></spring:message></form:option>
|
||||
<form:option value="httpUrl.cfgKeywords"><spring:message code="URL"></spring:message></form:option>
|
||||
<form:option value="httpReqHdr.cfgKeywords"><spring:message code="http_req_hdr_keywords"></spring:message></form:option>
|
||||
<c:if test="${cfg.functionId ne 211}">
|
||||
<c:if test="${cfg.functionId ne 209}">
|
||||
|
||||
Reference in New Issue
Block a user