We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ef521a + 1eadde6 commit 1c167d1Copy full SHA for 1c167d1
lts-admin/src/main/webapp/WEB-INF/views/templates/jobLogger.vm
@@ -123,7 +123,7 @@
123
<td>{{row.logType | format:'logTypeLabel'}}</td>
124
<td>{{row.success | format:'successLabel'}}</td>
125
<td>{{row.level}}</td>
126
- <td>{{row.relyOnPrevCycle | format:'formatRelyOnPrevCycle',row}}</td>
+ <td>{{row.depPreCycle | format:'formatRelyOnPrevCycle',row}}</td>
127
<td>{{row.retryTimes | format:'formatRetryTimes', row}}</td>
128
<td>{{row.priority}}</td>
129
<td>{{row.triggerTime | dateFormat:'yyyy-MM-dd HH:mm:ss'}}</td>
0 commit comments