diff --git a/src/main/java/com/nis/domain/configuration/PxyObjKeyring.java b/src/main/java/com/nis/domain/configuration/PxyObjKeyring.java index bff34e9ed..bd293de29 100644 --- a/src/main/java/com/nis/domain/configuration/PxyObjKeyring.java +++ b/src/main/java/com/nis/domain/configuration/PxyObjKeyring.java @@ -25,7 +25,7 @@ public class PxyObjKeyring extends BaseCfg { @ExcelField(title="expire_after",sort=5) private Integer expireAfter; private String publicKeyAlgo; - @ExcelField(title="crl",sort=5) + @ExcelField(title="CRL",sort=5) private String crl; @ExcelField(title="issuer",sort=6) private String issuer; diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/list.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/list.jsp index aae4162aa..eedee2188 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/strateagy/list.jsp @@ -314,7 +314,7 @@ - + diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/list.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/list.jsp index 3fb6f4381..07f49890c 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/list.jsp @@ -42,7 +42,12 @@ $("#"+closeId).hide(); $("#"+openId).show(); $("#"+closeId).parent().parent().next("tr").hide(); - }); + }); + if($("#exportType").val() != null && $("#exportType").val() != ""){ + if($("#intype").val() != null && $("#intype").val() != ""){ + $("#exportValue").val($("#intype").val()); + } + } }); @@ -72,6 +77,8 @@ + + diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/fileTrafficMirror/list.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/fileTrafficMirror/list.jsp index 86fd4ae2b..b9d93115a 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/fileTrafficMirror/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/fileTrafficMirror/list.jsp @@ -93,7 +93,7 @@
- +