mirror of
https://github.com/nxshock/gron.git
synced 2025-07-01 00:13:36 +05:00
Another black square update
This commit is contained in:
parent
03f6fc96ef
commit
15142efdd4
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
|||
<td class="nowrap" align="right">
|
||||
<pre>{{.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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue