Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop
This commit is contained in:
@@ -34,6 +34,9 @@
|
|||||||
$("#level").attr("value",'');
|
$("#level").attr("value",'');
|
||||||
$("#searchForm")[0].reset();
|
$("#searchForm")[0].reset();
|
||||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||||
|
$("#specServiceIdId").val("");
|
||||||
|
$("#specServiceIdName").val("");
|
||||||
|
$("#specServiceIdName").attr("placeholder",'<spring:message code="social_app"/>');
|
||||||
});
|
});
|
||||||
//异步获取策略ip相关信息
|
//异步获取策略ip相关信息
|
||||||
$("span[id^=open]").click(function(){
|
$("span[id^=open]").click(function(){
|
||||||
@@ -80,6 +83,8 @@
|
|||||||
$("#"+openId).show();
|
$("#"+openId).show();
|
||||||
$("#"+closeId).parent().parent().next("tr").hide();
|
$("#"+closeId).parent().parent().next("tr").hide();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,9 @@
|
|||||||
$("#level").attr("value",'');
|
$("#level").attr("value",'');
|
||||||
$("#searchForm")[0].reset();
|
$("#searchForm")[0].reset();
|
||||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||||
|
$("#specServiceIdId").val("");
|
||||||
|
$("#specServiceIdName").val("");
|
||||||
|
$("#specServiceIdName").attr("placeholder",'<spring:message code="basic_protocol"/>');
|
||||||
});
|
});
|
||||||
//异步获取策略ip相关信息
|
//异步获取策略ip相关信息
|
||||||
$("span[id^=open]").click(function(){
|
$("span[id^=open]").click(function(){
|
||||||
|
|||||||
@@ -36,6 +36,9 @@
|
|||||||
$("#level").attr("value",'');
|
$("#level").attr("value",'');
|
||||||
$("#searchForm")[0].reset();
|
$("#searchForm")[0].reset();
|
||||||
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
|
||||||
|
$("#specServiceIdId").val("");
|
||||||
|
$("#specServiceIdName").val("");
|
||||||
|
$("#specServiceIdName").attr("placeholder",'<spring:message code="encrypted_tunnel_behavior"/>');
|
||||||
});
|
});
|
||||||
//异步获取策略ip相关信息
|
//异步获取策略ip相关信息
|
||||||
$("span[id^=open]").click(function(){
|
$("span[id^=open]").click(function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user