提交 d8f9c071 编写于 作者: X xueli.xue

1、支持在线查看,执行器详细日志;

2、支持远程任务执行终止;
......@@ -18,6 +18,7 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
8、支持自定义参数;
9、支持任务失败次数超阈值邮件报警;
10、支持在线查看,执行器详细日志;
11、支持远程任务执行终止;
# 新版本 V1.2.x,新特性
1、支持任务分组;
......
......@@ -196,7 +196,11 @@ $(function() {
ComConfirm.show("确认主动终止任务?", function(){
$.ajax({
type : 'POST',
<<<<<<< HEAD
url : base_url + 'joblog/logKill',
=======
url : base_url + 'joblog/ferrariJobKill',
>>>>>>> branch 'master' of https://github.com/xuxueli/xxl-job.git
data : {"id":_id},
dataType : "json",
success : function(data){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册