编译配置生效时,校验编译下是否存在已经被删除的asn域配置。如果存在,提示用户重新编辑。
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${cfg.isUsed==0}"><spring:message code="no"/></c:if>
|
||||
<c:if test="${ empty cfg.isUsed || cfg.isUsed==0}"><spring:message code="no"/></c:if>
|
||||
<c:if test="${cfg.isUsed==1}"><spring:message code="yes"/></c:if>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user