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
f9acbb46
authored
Dec 22, 2017
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
任务列表界面,左侧菜单合并时样式错乱问题修复;
parent
9325afea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
doc/XXL-JOB官方文档.md
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/jobinfo.index.ftl
doc/XXL-JOB官方文档.md
View file @
f9acbb46
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -1080,6 +1080,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
...
@@ -1080,6 +1080,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
15、Log地址格式兼容,支持非"/"结尾路径配置;
-
15、Log地址格式兼容,支持非"/"结尾路径配置;
-
16、JobHandler提供init/destroy方法,支持在JobHandler初始化和销毁时进行附加操作;
-
16、JobHandler提供init/destroy方法,支持在JobHandler初始化和销毁时进行附加操作;
-
17、告警邮件样式优化;邮件组件调整为commons-email简化邮件操作;
-
17、告警邮件样式优化;邮件组件调整为commons-email简化邮件操作;
-
18、任务列表界面,左侧菜单合并时样式错乱问题修复;
### TODO LIST
### TODO LIST
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/jobinfo.index.ftl
View file @
f9acbb46
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<h3
class=
"box-title"
>
调度列表
</h3>
<h3
class=
"box-title"
>
调度列表
</h3>
</div>
</div>
<div
class=
"box-body"
>
<div
class=
"box-body"
>
<table
id=
"job_list"
class=
"table table-bordered table-striped"
>
<table
id=
"job_list"
class=
"table table-bordered table-striped"
width=
"100%"
>
<thead>
<thead>
<tr>
<tr>
<th
name=
"id"
>
id
</th>
<th
name=
"id"
>
id
</th>
...
...
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