修复ddos定时任务界面BUG;

修复基础协议定时任务图标不显示bug;
所有业务增加定时任务逻辑
This commit is contained in:
duandongmei
2019-04-21 19:02:33 +08:00
parent 28f07f00f2
commit 97d1a52d3c
14 changed files with 408 additions and 249 deletions

View File

@@ -463,7 +463,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>

View File

@@ -76,7 +76,9 @@ $(function(){
}
loading('onloading...');
//将disable属性的元素删除
$("#cron.disabled").remove();
$("#cron").find(".disabled").each(function(){
$(this).remove();
});
form.submit();
},
errorContainer: "#messageBox",