Skip to content

Commit 61c1ba3

Browse files
committed
【优化】Glue IDE优化,版本回溯支持查看修改时间;
1 parent f0d3645 commit 61c1ba3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/XXL-JOB官方文档.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,8 +2456,9 @@ public void execute() {
24562456
### 7.38 版本 v3.0.1 Release Notes[规划中]
24572457
- 1、【修复】任务操作逻辑优化,修复边界情况下逻辑中断问题(ISSUE-2081)。
24582458
- 2、【修复】调度中心Cron前端组件优化,解决week配置与后端兼容性问题(ISSUE-2220)。
2459-
- 3、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险;
2460-
- 4、[规划中]组件扫描改为BeanPostProcessor方式,避免小概率情况下提前初始化;底层组件移除单例写法,汇总factory统一管理;
2459+
- 3、【优化】Glue IDE优化,版本回溯支持查看修改时间;
2460+
- 4、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险;
2461+
- 5、[规划中]组件扫描改为BeanPostProcessor方式,避免小概率情况下提前初始化;底层组件移除单例写法,汇总factory统一管理;
24612462
24622463
### TODO LIST
24632464
- 1、调度隔离:调度中心针对不同执行器,各自维护不同的调度和远程触发组件。

xxl-job-admin/src/main/resources/templates/jobcode/jobcode.index.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<#list jobLogGlues as glue>
6060
<li>
6161
<a href="javascript:;" class="source_version" version="version_${glue.id}" glueType="${glue.glueType}" >
62-
<#list GlueTypeEnum as item><#if item == glue.glueType>${item.desc}</#if></#list>${glue.glueRemark}
62+
${glue.addTime?string["yyyy-MM-dd HH:mm:ss"]}${glue.glueRemark}
6363
</a>
6464
</li>
6565
<textarea id="version_${glue.id}" style="display:none;" >${glue.glueSource}</textarea>

0 commit comments

Comments
 (0)