Skip to content

Commit 1eadde6

Browse files
committed
fix 周期依赖显示
1 parent 3ef521a commit 1eadde6

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)