列表字符串字段截取展示
This commit is contained in:
@@ -310,7 +310,7 @@
|
||||
<td>${cfg.compileId }</td>
|
||||
<td>${cfg.cfgDesc }</td>
|
||||
<td>${cfg.appName }</td>
|
||||
<td>${cfg.domain }</td>
|
||||
<td title="${cfg.domain }">${fns:abbr(cfg.domain,20)}</td>
|
||||
<c:if test="${cfg.isHexbin==0 }">
|
||||
<td><spring:message code="not_hex"/></td>
|
||||
<td><spring:message code="case_insenstive"/></td>
|
||||
|
||||
@@ -322,7 +322,7 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>${cfg.domain }</td>
|
||||
<td title="${cfg.domain }">${fns:abbr(cfg.domain,20)}</td>
|
||||
<c:if test="${cfg.isHexbin==0 }">
|
||||
<td><spring:message code="not_hex"/></td>
|
||||
<td><spring:message code="case_insenstive"/></td>
|
||||
|
||||
@@ -581,8 +581,8 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td><!-- 阻断 响应内容 -->
|
||||
<c:if test="${not empty indexCfg.userRegion2 }">${indexCfg.userRegion2 }</c:if>
|
||||
<td <c:if test="${not empty indexCfg.userRegion2 }"> title="${indexCfg.userRegion2 }"</c:if>"><!-- 阻断 响应内容 -->
|
||||
<c:if test="${not empty indexCfg.userRegion2 }">${fns:abbr(indexCfg.userRegion2,20)}</c:if>
|
||||
<c:if test="${not empty indexCfg.userRegion3 }">
|
||||
<c:forEach items="${allProxyFileStrategys}" var="file">
|
||||
<c:if test="${file.compileId eq indexCfg.userRegion3}">
|
||||
@@ -601,8 +601,8 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td><!-- 重定向 响应内容 ,userRegion3 不为空 响应文件-->
|
||||
<c:if test="${not empty indexCfg.userRegion2 }">${indexCfg.userRegion2 }</c:if>
|
||||
<td <c:if test="${not empty indexCfg.userRegion2 }"> title="${indexCfg.userRegion2 }"</c:if>><!-- 重定向 响应内容 ,userRegion3 不为空 响应文件-->
|
||||
<c:if test="${not empty indexCfg.userRegion2 }">${fns:abbr(indexCfg.userRegion2,20)}</c:if>
|
||||
<c:if test="${not empty indexCfg.userRegion3 }">
|
||||
<c:forEach items="${allProxyFileStrategys}" var="file">
|
||||
<c:if test="${file.compileId eq indexCfg.userRegion3}">
|
||||
@@ -620,8 +620,8 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>${indexCfg.userRegion2 }</td>
|
||||
<td>${indexCfg.userRegion3 }</td>
|
||||
<td title="${indexCfg.userRegion2 }">${fns:abbr(indexCfg.userRegion2,20)}</td>
|
||||
<td title="${indexCfg.userRegion3 }">${fns:abbr(indexCfg.userRegion3,20)}</td>
|
||||
</c:if>
|
||||
<c:if test="${action ne 128}">
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user