UI组件常规升级,提升组件稳定性

master
xueli.xue 4 years ago
parent e8872b5223
commit 5509cb02f3
  1. 5
      doc/XXL-JOB官方文档.md
  2. 6
      xxl-job-admin/src/main/resources/static/adminlte/bower_components/bootstrap/css/bootstrap.min.css
  3. 2
      xxl-job-admin/src/main/resources/static/adminlte/bower_components/bootstrap/css/bootstrap.min.css.map
  4. 7
      xxl-job-admin/src/main/resources/static/adminlte/bower_components/bootstrap/js/bootstrap.min.js
  5. 4
      xxl-job-admin/src/main/resources/static/adminlte/bower_components/jquery/jquery.min.js
  6. 2
      xxl-job-admin/src/main/resources/static/adminlte/bower_components/moment/moment.min.js
  7. 13
      xxl-job-admin/src/main/resources/static/adminlte/dist/css/AdminLTE.min.css
  8. 2
      xxl-job-admin/src/main/resources/static/adminlte/dist/css/skins/_all-skins.min.css
  9. 11
      xxl-job-admin/src/main/resources/static/adminlte/dist/js/adminlte.min.js
  10. 2
      xxl-job-admin/src/main/resources/templates/jobinfo/jobinfo.index.ftl

@ -2054,8 +2054,9 @@ data: post-data
- 9、轮训路由策略优化,修复小概率下并发问题;
- 10、执行器日志清理优化,修复小概率下日志文件为空导致清理异常问题;
- 11、执行器示例项目规范整理;
- 12、[规划中]任务触发参数优化:支持选择 "Cron触发"、"固定间隔时间触发"、"指定时间点触发"、"不选择" 等;
- 13、[规划中]分片任务:全部完成后才会出发后置节点;
- 12、UI组件常规升级,提升组件稳定性;
- 13、[规划中]任务触发参数优化:支持选择 "Cron触发"、"固定间隔时间触发"、"指定时间点触发"、"不选择" 等;
- 14、[规划中]分片任务:全部完成后才会出发后置节点;
### 7.32 版本 v2.3.0 Release Notes[规划中]
- 1、[规划中]DAG流程任务

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -413,7 +413,7 @@ exit 0
<textarea class="textarea form-control" name="addressList" placeholder="${I18n.jobinfo_opt_run_tips}" maxlength="512" style="height: 63px; line-height: 1.2;"></textarea>
</div>
</div>
<hr>
<br>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-6">
<button type="button" class="btn btn-primary ok" >${I18n.system_save}</button>

Loading…
Cancel
Save