修改增加了定时器的业务配置列表,调整生效标识(is_valid)位置,增加定时器标识显示。
Conflicts: src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user