Add next launch time field

This commit is contained in:
nxshock 2022-03-28 19:55:43 +05:00
parent 330c94f8e1
commit c952ded006
3 changed files with 24 additions and 19 deletions

View file

@ -193,6 +193,7 @@
<th>Start time</th>
<th>Finish time</th>
<th>Duration</th>
<th>Next launch</th>
<th>Last error</th>
</tr>
{{range .}}<tr>
@ -208,6 +209,7 @@
<td>{{.LastStartTime}}</td>
<td>{{.LastEndTime}}</td>
<td align="right">{{.LastExecutionDuration}}</td>
<td>{{.NextLaunch}}</td>
<td class="smaller red">{{.LastError}}</td>
</tr>{{end}}
</table>