Skip to content

Commit 1c167d1

Browse files
authored
Merge pull request #333 from xionghan00/master
cron任务是否依赖上一周期,显示错误
2 parents 3ef521a + 1eadde6 commit 1c167d1

File tree

1 file changed

+1
-1
lines changed
  • lts-admin/src/main/webapp/WEB-INF/views/templates

1 file changed

+1
-1
lines changed

lts-admin/src/main/webapp/WEB-INF/views/templates/jobLogger.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<td>{{row.logType | format:'logTypeLabel'}}</td>
124124
<td>{{row.success | format:'successLabel'}}</td>
125125
<td>{{row.level}}</td>
126-
<td>{{row.relyOnPrevCycle | format:'formatRelyOnPrevCycle',row}}</td>
126+
<td>{{row.depPreCycle | format:'formatRelyOnPrevCycle',row}}</td>
127127
<td>{{row.retryTimes | format:'formatRetryTimes', row}}</td>
128128
<td>{{row.priority}}</td>
129129
<td>{{row.triggerTime | dateFormat:'yyyy-MM-dd HH:mm:ss'}}</td>

0 commit comments

Comments
 (0)