1.修改APP特征列表查询条件 2.修改配置导出action列title
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
$("#intype").val("${cfg.cfgDesc}");
|
||||
}else if("${cfg.compileId}"){
|
||||
$("#intype").val("${cfg.compileId}");
|
||||
}else if("${cfg.ipCfg.destIpAddress}"){
|
||||
$("#intype").val("${cfg.ipCfg.destIpAddress}");
|
||||
}else if("${cfg.strCfg.cfgKeywords}"){
|
||||
$("#intype").val("${cfg.strCfg.cfgKeywords}");
|
||||
}else if("${cfg.complexStrCfg.cfgKeywords}"){
|
||||
$("#intype").val("${cfg.complexStrCfg.cfgKeywords}");
|
||||
}else{
|
||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||
}
|
||||
@@ -152,6 +158,15 @@
|
||||
<form:select path="seltype" class="selectpicker select2 input-small" >
|
||||
<form:option value="compileId"><spring:message code="cfg_id"></spring:message></form:option>
|
||||
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
|
||||
<c:if test="${cfg.functionId ne 564 && cfg.functionId ne 567}">
|
||||
<form:option value="ipCfg.destIpAddress"><spring:message code="serverip"></spring:message></form:option>
|
||||
</c:if>
|
||||
<c:if test="${cfg.functionId ne 567}">
|
||||
<form:option value="complexStrCfg.cfgKeywords"><spring:message code="keywords"></spring:message></form:option>
|
||||
</c:if>
|
||||
<c:if test="${cfg.functionId eq 567}">
|
||||
<form:option value="strCfg.cfgKeywords"><spring:message code="keywords"></spring:message></form:option>
|
||||
</c:if>
|
||||
<form:option value="isValid"><spring:message code="valid_identifier"></spring:message></form:option>
|
||||
</form:select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user