Skip to content

Commit 124fc63

Browse files
committed
2 parents 2cd6652 + 1c167d1 commit 124fc63

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)