修改dns日志字段名

This commit is contained in:
chenjinsong
2018-08-01 09:41:20 +08:00
parent 066f1c3d1d
commit 6bd5be9722
3 changed files with 53 additions and 53 deletions

View File

@@ -150,7 +150,7 @@
<div class="col-md-4">
<div class="form-group">
<label><spring:message code="qname"/></label>
<input name="qName" type="text" class="form-control" value="${log.qName }"/>
<input name="qname" type="text" class="form-control" value="${log.qname }"/>
</div>
</div>
</div>
@@ -232,16 +232,16 @@
</td>
<td>
<c:forEach items="${fns:getDictList('DNS_QCLASS')}" var="qclass">
<c:if test="${qclass.itemCode eq _log.qClass}">${qclass.itemValue}</c:if>
<c:if test="${qclass.itemCode eq _log.qclass}">${qclass.itemValue}</c:if>
</c:forEach>
</td>
<td>
<c:forEach items="${fns:getDictList('DNS_OPCODE')}" var="opcode">
<c:if test="${opcode.itemCode eq _log.opCode}">${opcode.itemValue}</c:if>
<c:if test="${opcode.itemCode eq _log.opcode}">${opcode.itemValue}</c:if>
</c:forEach>
</td>
<td title="${_log.qName }">${fns:abbr(_log.qName, 30)}</td>
<td>${_log.cName }</td>
<td title="${_log.qname }">${fns:abbr(_log.qname, 30)}</td>
<td>${_log.cname }</td>
<%-- <td>${_log.dnsSub }</td> --%>
<td>${_log.capIp }</td>