From 3c6065a16753478a20c980e668fbf2ab373e231c Mon Sep 17 00:00:00 2001 From: nxshock Date: Sun, 27 Mar 2022 16:12:44 +0500 Subject: [PATCH] Monospace cron instructions --- index.htm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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}}