IP复用策略列表增加查询条件.
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
$("#intype").val("${cfg.cfgDesc}");
|
$("#intype").val("${cfg.cfgDesc}");
|
||||||
}else if("${cfg.compileId}"){
|
}else if("${cfg.compileId}"){
|
||||||
$("#intype").val("${cfg.compileId}");
|
$("#intype").val("${cfg.compileId}");
|
||||||
|
}else if("${cfg.destIpAddress}"){
|
||||||
|
$("#intype").val("${cfg.destIpAddress}");
|
||||||
}else{
|
}else{
|
||||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||||
}
|
}
|
||||||
@@ -88,6 +90,7 @@
|
|||||||
<form:select path="seltype" class="selectpicker select2 input-small" >
|
<form:select path="seltype" class="selectpicker select2 input-small" >
|
||||||
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
|
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
|
||||||
<form:option value="compileId"><spring:message code="cfg_id"></spring:message></form:option>
|
<form:option value="compileId"><spring:message code="cfg_id"></spring:message></form:option>
|
||||||
|
<form:option value="destIpAddress"><spring:message code="server_ip"></spring:message></form:option>
|
||||||
<form:option value="action"><spring:message code="block_type"></spring:message></form:option>
|
<form:option value="action"><spring:message code="block_type"></spring:message></form:option>
|
||||||
<form:option value="isValid"><spring:message code="valid_identifier"></spring:message></form:option>
|
<form:option value="isValid"><spring:message code="valid_identifier"></spring:message></form:option>
|
||||||
</form:select>
|
</form:select>
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
$("#intype").val("${cfg.cfgDesc}");
|
$("#intype").val("${cfg.cfgDesc}");
|
||||||
}else if("${cfg.compileId}"){
|
}else if("${cfg.compileId}"){
|
||||||
$("#intype").val("${cfg.compileId}");
|
$("#intype").val("${cfg.compileId}");
|
||||||
|
}else if("${cfg.srcIpAddress}"){
|
||||||
|
$("#intype").val("${cfg.srcIpAddress}");
|
||||||
}else{
|
}else{
|
||||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||||
}
|
}
|
||||||
@@ -88,6 +90,7 @@
|
|||||||
<form:select path="seltype" class="selectpicker select2 input-small" >
|
<form:select path="seltype" class="selectpicker select2 input-small" >
|
||||||
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
|
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
|
||||||
<form:option value="compileId"><spring:message code="cfg_id"></spring:message></form:option>
|
<form:option value="compileId"><spring:message code="cfg_id"></spring:message></form:option>
|
||||||
|
<form:option value="srcIpAddress"><spring:message code="client_ip"></spring:message></form:option>
|
||||||
<form:option value="action"><spring:message code="block_type"></spring:message></form:option>
|
<form:option value="action"><spring:message code="block_type"></spring:message></form:option>
|
||||||
<form:option value="isValid"><spring:message code="valid_identifier"></spring:message></form:option>
|
<form:option value="isValid"><spring:message code="valid_identifier"></spring:message></form:option>
|
||||||
</form:select>
|
</form:select>
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
protocolPort:"TCP protocol or UDP protocol must be chosen when port is greater than 0",
|
protocolPort:"TCP protocol or UDP protocol must be chosen when port is greater than 0",
|
||||||
protocolPort1:"Only when TCP protocol or UDP protocol is chosen can port greater than 0",
|
protocolPort1:"Only when TCP protocol or UDP protocol is chosen can port greater than 0",
|
||||||
netAddress:"C类IP地址网络位必须相同",
|
netAddress:"C类IP地址网络位必须相同",
|
||||||
ipUnique:"IP already exists."
|
ipUnique:"IP already exists.",
|
||||||
|
asnNoUnique:"ASN already exists."
|
||||||
});
|
});
|
||||||
}(jQuery));
|
}(jQuery));
|
||||||
|
|||||||
Reference in New Issue
Block a user