File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
src/main/resources/templates/task Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 3939 < li th:if ="${task.timeFinished} "> timeFinished: < span th:text ="${#dates.format(task.timeFinished,'HH:mm:ss (dd.MM.yyyy)')} "> timeFinished</ span > </ li >
4040 < li th:if ="${task.taskType} "> taskType: < span th:text ="${task.taskType} "> taskType</ span > </ li >
4141 < li th:if ="${task.taskStatus} "> taskStatus: < span th:text ="${task.taskStatus} "> taskStatus</ span > </ li >
42+ < li th:if ="${task.sendType} "> sendType: < span th:text ="${task.sendType} "> sendType</ span > </ li >
4243 </ ul >
4344 </ td >
4445 < td >
Original file line number Diff line number Diff line change 4040 < li th:if ="${task.timeFinished} "> timeFinished: < span th:text ="${#dates.format(task.timeFinished,'HH:mm:ss (dd.MM.yyyy)')} "> timeFinished</ span > </ li >
4141 < li th:if ="${task.taskType} "> taskType: < span th:text ="${task.taskType} "> taskType</ span > </ li >
4242 < li th:if ="${task.taskStatus} "> taskStatus: < span th:text ="${task.taskStatus} "> taskStatus</ span > </ li >
43+ < li th:if ="${task.sendType} "> sendType: < span th:text ="${task.sendType} "> sendType</ span > </ li >
4344 </ ul >
4445 </ th >
4546 < th >
Original file line number Diff line number Diff line change 1111 < div class ="row ">
1212 < div class ="col-md-12 ">
1313 < h3 > Backend Task Started.</ h3 >
14- < div >
14+ < div class ="well ">
15+ < ul >
16+ < li >
17+ < a href ="/task/0 " th:href ="@{|/task/${task.id}|} ">
18+ < i class ="fa fa-check-square " aria-hidden ="true "> </ i >
19+ < span th:text ="${task.id} "> id</ span >
20+ </ a >
21+ </ li >
22+ < li th:if ="${task.timeStarted} "> timeStarted: < span th:text ="${#dates.format(task.timeStarted,'HH:mm:ss (dd.MM.yyyy)')} "> timeStarted</ span > </ li >
23+ < li th:if ="${task.timeLastUpdate} "> timeLastUpdate: < span th:text ="${#dates.format(task.timeLastUpdate,'HH:mm:ss (dd.MM.yyyy)')} "> timeLastUpdate</ span > </ li >
24+ < li th:if ="${task.timeFinished} "> timeFinished: < span th:text ="${#dates.format(task.timeFinished,'HH:mm:ss (dd.MM.yyyy)')} "> timeFinished</ span > </ li >
25+ < li th:if ="${task.taskType} "> taskType: < span th:text ="${task.taskType} "> taskType</ span > </ li >
26+ < li th:if ="${task.taskStatus} "> taskStatus: < span th:text ="${task.taskStatus} "> taskStatus</ span > </ li >
27+ < li th:if ="${task.sendType} "> sendType: < span th:text ="${task.sendType} "> sendType</ span > </ li >
28+ </ ul >
29+ </ div >
30+ < div class ="well ">
1531 < a href ="/task/all " th:href ="@{/task/all} ">
1632 < i class ="fa fa-check-square " aria-hidden ="true "> </ i >
1733 < span > Tasks</ span >
You can’t perform that action at this time.
0 commit comments