Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d8f9c071
authored
Mar 12, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Plain Diff
1、支持在线查看,执行器详细日志;
2、支持远程任务执行终止;
parents
39470eab
3a4df20e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
README.md
xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js
README.md
View file @
d8f9c071
...
...
@@ -18,6 +18,7 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
8、支持自定义参数;
9、支持任务失败次数超阈值邮件报警;
10、支持在线查看,执行器详细日志;
11、支持远程任务执行终止;
# 新版本 V1.2.x,新特性
1、支持任务分组;
...
...
xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js
View file @
d8f9c071
...
...
@@ -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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment