diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptIpList.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptIpList.jsp index 847aa7e71..4e10c54c6 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptIpList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptIpList.jsp @@ -9,6 +9,8 @@ //搜索框提示语初始化 if("${cfg.cfgDesc}"){ $("#intype").val("${cfg.cfgDesc}"); + }else if("${cfg.compileId}"){ + $("#intype").val("${cfg.compileId}"); }else{ $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); } @@ -131,6 +133,7 @@ + <%-- @@ -304,6 +307,7 @@ + @@ -335,6 +339,7 @@ + ${indexCfg.compileId } ${indexCfg.cfgDesc } ${indexCfg.userRegion1 } diff --git a/src/main/webapp/WEB-INF/views/cfg/mail/mailList.jsp b/src/main/webapp/WEB-INF/views/cfg/mail/mailList.jsp index a2d2a61c2..a9f3390a2 100644 --- a/src/main/webapp/WEB-INF/views/cfg/mail/mailList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/mail/mailList.jsp @@ -10,6 +10,8 @@ //搜索框提示语初始化 if("${cfg.cfgDesc}"){ $("#intype").val("${cfg.cfgDesc}"); + }else if("${cfg.compileId}"){ + $("#intype").val("${cfg.compileId}"); }else{ $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); } @@ -132,6 +134,7 @@ + <%-- @@ -305,6 +308,7 @@ + @@ -331,6 +335,7 @@ + ${indexCfg.compileId } ${indexCfg.cfgDesc } diff --git a/src/main/webapp/WEB-INF/views/cfg/website/dnsList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/dnsList.jsp index c1fa60ac7..f3dd01911 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/dnsList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/dnsList.jsp @@ -9,6 +9,8 @@ //搜索框提示语初始化 if("${cfg.cfgDesc}"){ $("#intype").val("${cfg.cfgDesc}"); + }else if("${cfg.compileId}"){ + $("#intype").val("${cfg.compileId}"); }else{ $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); } @@ -131,6 +133,7 @@ + <%-- @@ -304,6 +307,7 @@ + @@ -331,6 +335,7 @@ + ${indexCfg.compileId } ${indexCfg.cfgDesc } ${indexCfg.dnsStrategyName } diff --git a/src/main/webapp/WEB-INF/views/cfg/website/sslList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/sslList.jsp index 985c63388..300b2d9aa 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/sslList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/sslList.jsp @@ -9,6 +9,8 @@ //搜索框提示语初始化 if("${cfg.cfgDesc}"){ $("#intype").val("${cfg.cfgDesc}"); + }else if("${cfg.compileId}"){ + $("#intype").val("${cfg.compileId}"); }else{ $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); } @@ -131,6 +133,7 @@ + <%-- @@ -304,6 +307,7 @@ + @@ -330,6 +334,7 @@ + ${indexCfg.compileId } ${indexCfg.cfgDesc }