diff --git a/index.htm b/index.htm index 0cbb2e3..7afbce2 100644 --- a/index.htm +++ b/index.htm @@ -107,6 +107,10 @@ display: none; } + pre { + font-family: "Consolas"; + } + .smaller { font-size: 75%; } @@ -197,7 +201,9 @@ {{.Name}} {{.Description}} - {{.Cron}} + +
{{.Cron}}
+ {{if gt .CurrentRunningCount 1}}running {{.CurrentRunningCount}} jobs{{else}}{{if .CurrentRunningCount}}▶ running{{else}}⏹ inactive{{end}}{{end}} {{.LastStartTime}} {{.LastEndTime}}