mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Add running symbol
This commit is contained in:
parent
6708aeb531
commit
3116a792f7
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
</td>
|
||||
<td class="smaller">{{.Description}}</td>
|
||||
<td class="nowrap" align="right">{{.Cron}}</td>
|
||||
<td>{{if gt .CurrentRunningCount 1}}running {{.CurrentRunningCount}} jobs{{else}}{{if
|
||||
<td>{{if gt .CurrentRunningCount 1}}▶ running {{.CurrentRunningCount}} jobs{{else}}{{if
|
||||
.CurrentRunningCount}}running{{end}}{{end}}</td>
|
||||
<td>{{.LastStartTime}}</td>
|
||||
<td>{{.LastEndTime}}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue