去掉白名单、ip复用、欺骗ip、app特征模块的日志总量属性展示
This commit is contained in:
@@ -368,7 +368,7 @@
|
||||
<th exportColumn="label"><spring:message code="label"/></th>
|
||||
<th exportColumn="valid_identifier"><spring:message code="valid_identifier"/></th>
|
||||
<th exportColumn="is_audit"><spring:message code="is_audit"/></th>
|
||||
<th exportColumn="log_total"><spring:message code="log_total"/></th>
|
||||
<%-- <th exportColumn="log_total"><spring:message code="log_total"/></th> --%>
|
||||
<th exportColumn="creator"><spring:message code="creator"/></th>
|
||||
<th exportColumn="config_time" class="sort-column r.create_time"><spring:message code="config_time"/></th>
|
||||
<th exportColumn="editor"><spring:message code="editor"/></th>
|
||||
@@ -536,7 +536,7 @@
|
||||
<c:if test="${cfg.isAudit eq auditC.itemCode and auditC.itemValue eq 'cancel_approved'}"><span data-audit="cancel" class="label label-warning"><spring:message code="cancel_approved"></spring:message></span></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td audit="${cfg.isAudit}" functionId="${cfg.functionId}" compileId="${cfg.compileId}" action="${cfg.action}"><div class="loading-total"></div></td>
|
||||
<%-- <td audit="${cfg.isAudit}" functionId="${cfg.functionId}" compileId="${cfg.compileId}" action="${cfg.action}"><div class="loading-total"></div></td> --%>
|
||||
<td>${cfg.creatorName }</td>
|
||||
<td><fmt:formatDate value="${cfg.createTime }" pattern="yyyy-MM-dd HH:mm:ss"/></td>
|
||||
<td>${cfg.editorName }</td>
|
||||
|
||||
Reference in New Issue
Block a user