修复加密隧道协议不显示定时任务图标BUG;

修复批量之后无法查询所有状态数据bug
This commit is contained in:
段冬梅
2019-04-24 09:54:50 +08:00
parent 40e166510c
commit 0b1a51aa47
2 changed files with 2 additions and 2 deletions

View File

@@ -461,7 +461,7 @@
</td>
<td class="schedulerFlag">
<c:choose>
<c:when test="${not empty indexCfg.schedule }">
<c:when test="${not empty cfg.schedule }">
<span isScheduler="yes">
<i class="icon-clock icon-state-danger"></i>
</span>