修改增加了定时器的业务配置列表,调整生效标识(is_valid)位置,增加定时器标识显示。

Conflicts:
	src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp
This commit is contained in:
zhangwei
2019-01-27 16:44:03 +06:00
committed by wangxin
parent 4a627eacaa
commit 8d8a6dc97e
19 changed files with 355 additions and 125 deletions

View File

@@ -430,7 +430,7 @@
<c:choose>
<c:when test="${not empty indexCfg.schedule }">
<span isScheduler="yes">
<i class="fa fa-clock-o" style="color:#d9534f;font-size:20px"></i>
<i class="icon-clock icon-state-danger"></i>
</span>
</c:when>
<c:otherwise>
@@ -438,7 +438,6 @@
</span>
</c:otherwise>
</c:choose>
</td>
<td>
<c:forEach items="${fns:getDictList('DO_LOG') }" var="dict">