提交 47011ffd authored 作者: xueli.xue's avatar xueli.xue

交互优化

上级 dfa6d42d
......@@ -23,6 +23,7 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
9、支持任务失败次数超阈值邮件报警;
10、支持在线查看,执行器详细日志;
11、支持远程任务执行终止;
12、支持登录验证;
# 新版本 V1.2.x,新特性
1、支持任务分组;
......@@ -41,4 +42,6 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
# 其他说明
清楚僵尸任务:qrtz_cron_triggers、qrtz_triggers、qrtz_job_details顺序删除
V1.2新增任务日志,记得执行“tables_xxl_log.sql”生成表结构
# 规划中
1、任务执行器支持远程加载Groovy;
\ No newline at end of file
......@@ -26,6 +26,8 @@
<!-- scrollup -->
<link rel="stylesheet" href="${request.contextPath}/static/plugins/scrollup/image.css">
<!-- pace -->
<link rel="stylesheet" href="${request.contextPath}/static/plugins/pace/pace-theme-minimal.css">
</#macro>
<#macro commonScript>
......@@ -40,6 +42,8 @@
<!-- scrollup -->
<script src="${request.contextPath}/static/plugins/scrollup/jquery.scrollUp.min.js"></script>
<!-- pace -->
<script src="${request.contextPath}/static/plugins/pace/pace.min.js"></script>
<script src="${request.contextPath}/static/plugins/jquery/jquery.cookie.js"></script>
<script src="${request.contextPath}/static/js/common.1.js"></script>
</#macro>
......
/* This is a compiled file, you should be editing the file in the templates directory */
.pace .pace-progress {
background: #22df80;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
}
.pace-inactive {
display: none;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论