mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Add next launch time field
This commit is contained in:
parent
330c94f8e1
commit
c952ded006
3 changed files with 24 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue