mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
Merge branch 'main' of https://github.com/nxshock/go-cron
This commit is contained in:
commit
236507c5c0
@ -211,7 +211,7 @@
|
||||
<td class="nowrap" align="right">
|
||||
<pre>{{.JobConfig.Cron}}</pre>
|
||||
</td>
|
||||
<td class="nowrap">{{if gt .CurrentRunningCount 1}}<span class="red">running {{.CurrentRunningCount}} jobs</span>{{else}}{{if .CurrentRunningCount}}<span class="green">▶ running</span>{{else}}◼ inactive{{end}}{{end}}</td>
|
||||
<td class="nowrap">{{if gt .CurrentRunningCount 1}}<span class="red">⯁ running {{.CurrentRunningCount}} jobs</span>{{else}}{{if .CurrentRunningCount}}<span class="green">⯈ running</span>{{else}}⯀ inactive{{end}}{{end}}</td>
|
||||
<td>{{.LastStartTime}}</td>
|
||||
<td>{{.LastEndTime}}</td>
|
||||
<td align="right">{{.LastExecutionDuration}}</td>
|
||||
@ -222,4 +222,4 @@
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user