去除http monit 日志总量列、修复http 操控阻断日志跳转

This commit is contained in:
wangwei
2019-06-10 11:48:21 +08:00
parent ee513ccdae
commit dace2ab798
2 changed files with 13 additions and 4 deletions

View File

@@ -598,7 +598,7 @@
<c:if test="${action ne 128}">
<th column="do_log" ><spring:message code="do_log"/></th>
</c:if>
<c:if test="${action ne 128 && action ne 16}">
<c:if test="${action ne 128 && action ne 16 && action ne 1}">
<th column="log_total" ><spring:message code="log_total"/></th>
</c:if>
<th column="whether_area_block" ><spring:message code="whether_area_block"/></th>
@@ -620,8 +620,15 @@
<td>
<span id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none" id="close${status.index}" > ▼ </span>
<input type="checkbox" class="i-checks child-checks" id="${indexCfg.cfgId}" value="${indexCfg.isAudit}">
</td>
<td>${indexCfg.compileId }</td>
</td>
<c:choose>
<c:when test='${(action eq 16 || action eq 1) && (indexCfg.isAudit eq 1 || indexCfg.isAudit eq 3)}'>
<td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}">${indexCfg.compileId }</td>
</c:when>
<c:otherwise>
<td>${indexCfg.compileId }</td>
</c:otherwise>
</c:choose>
<td>${indexCfg.cfgDesc }</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
@@ -718,7 +725,7 @@
</c:forEach>
</td>
</c:if>
<c:if test="${action ne 128 && action ne 16}">
<c:if test="${action ne 128 && action ne 16 && action ne 1}">
<td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}"><div class="loading-total"></div></td>
</c:if>
<td>