diff options
| author | duandongmei <[email protected]> | 2019-01-28 13:56:01 +0600 |
|---|---|---|
| committer | duandongmei <[email protected]> | 2019-01-28 13:56:01 +0600 |
| commit | 1b9fef3bc8563c3f2bcf05c3248675e0184c22a7 (patch) | |
| tree | 38fccd8cdd7c6e3dc4164804602fa6a366e6fd0a | |
| parent | 7bfcbe614a59db03e3d33a603bc753413c0f4ac3 (diff) | |
ip白名单打开方向属性
| -rw-r--r-- | src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp | 6 | ||||
| -rw-r--r-- | src/main/webapp/WEB-INF/views/cfg/whitelist/ipSubList.jsp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp index f32e4e221..6aee2dcf1 100644 --- a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp @@ -19,7 +19,7 @@ });*/
$(".glyphicon-plus").first().click();
$(".boxSolid .glyphicon-remove").first().addClass("hidden");
- $(".protocol").addClass("hidden");
+ //$(".protocol").addClass("hidden");
$(".action").on("change", function() {
$("#serviceId").val($(this).attr("serviceId"));
$("#protocolId").val($(this).attr("protocolId"));
@@ -28,7 +28,7 @@ $("#serviceId").val($(".action:checked").attr("serviceId"));
$("#protocolId").val($(".action:checked").attr("protocolId"));
$("select[name$='protocol']").parents(".form-group").addClass("hidden");
- $("select[name$='direction']").parents(".form-group").addClass("hidden");
+ //$("select[name$='direction']").parents(".form-group").addClass("hidden");
$("#cfgFrom").validate(
{
errorPlacement : function(error, element) {
@@ -182,7 +182,7 @@ <div class="col-md-6">
<div class="form-group">
<label class="control-label col-md-3"><spring:message
- code="config_describe" /></label>
+ code="config_describe" />aa</label>
<div class="col-md-6">
<input class="form-control" type="text" name="cfgDesc"
value="${_cfg.cfgDesc}">
diff --git a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipSubList.jsp index 26eaf22d3..f25e7153d 100644 --- a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipSubList.jsp @@ -92,7 +92,7 @@ </div>
</div>
</div>
- <div class="row hidden">
+ <div class="row">
<div class="col-md-4">
<div class="form-group">
<label><spring:message code='direction'/>:</label>
@@ -103,7 +103,7 @@ </label>
</div>
</div>
- <div class="col-md-4">
+ <div class="col-md-4 hidden">
<div class="form-group">
<label><spring:message code='protocol'/>:</label>
<label>
|
