修复ddos定时任务界面BUG;
修复基础协议定时任务图标不显示bug; 所有业务增加定时任务逻辑
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -76,7 +76,9 @@ $(function(){
|
||||
}
|
||||
loading('onloading...');
|
||||
//将disable属性的元素删除
|
||||
$("#cron.disabled").remove();
|
||||
$("#cron").find(".disabled").each(function(){
|
||||
$(this).remove();
|
||||
});
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox",
|
||||
|
||||
Reference in New Issue
Block a user