去除http monit 日志总量列、修复http 操控阻断日志跳转
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user