summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2019-04-16 16:03:28 +0800
committerwangwei <[email protected]>2019-04-16 16:03:28 +0800
commit84eff37a0de32eb97f4ca3cba2b9e759ea6a4167 (patch)
treea31eaec935cc581bb5a7cb83defcbb4ef0a213e3
parent02bade2de0e2fbd77a7ebbcc3e28eb6e77a01afa (diff)
业务配置:IP地址中 修改选项 Blacklist Option回显bug
-rw-r--r--src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp
index 3fa087097..dcc0b6bdc 100644
--- a/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp
+++ b/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp
@@ -543,7 +543,7 @@ var showHideIPSECProtocol=function(obj){
<label class="control-label col-md-3"><spring:message code="do_blacklist" /></label>
<c:forEach items="${fns:getDictList('DO_BLACKLIST') }" var="dict">
<c:choose>
- <c:when test="${dict.itemCode eq _cfg.doBlackList or not empty_cfg.doBalckList}">
+ <c:when test="${dict.itemCode eq _cfg.doBlackList and not empty_cfg.doBalckList}">
<label class="radio-inline">
<input type="radio" name="doBlackList" checked value="${dict.itemCode}" ><spring:message code="${dict.itemValue}"/>
</label>