日志dns 字段dns_sub从字典中获取

This commit is contained in:
zhanghongqing
2018-11-16 17:34:45 +08:00
parent 0ece4f5729
commit 2e4817e39b
4 changed files with 9 additions and 2 deletions

View File

@@ -277,7 +277,11 @@
</td>
<td title="${log.qname }">${fns:abbr(log.qname, 30)}</td>
<td>${log.cname }</td>
<td>${log.dnsSub }</td>
<td>
<c:forEach items="${fns:getDictList('DNS_SUB')}" var="dnsSub">
<c:if test="${dnsSub.itemCode eq log.dnsSub}">${dnsSub.itemValue}</c:if>
</c:forEach>
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">