From 6db3ddca57be3fdad38b3d2f6031cd71ae6ad16f Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 30 Mar 2022 13:53:03 +0500 Subject: [PATCH] Use same width symbols for stats --- index.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.htm b/index.htm index 6518e46..904f18e 100644 --- a/index.htm +++ b/index.htm @@ -211,7 +211,7 @@
{{.JobConfig.Cron}}
- {{if gt .CurrentRunningCount 1}}running {{.CurrentRunningCount}} jobs{{else}}{{if .CurrentRunningCount}}▶ running{{else}}◼ inactive{{end}}{{end}} + {{if gt .CurrentRunningCount 1}}⯁ running {{.CurrentRunningCount}} jobs{{else}}{{if .CurrentRunningCount}}⯈ running{{else}}⯀ inactive{{end}}{{end}} {{.LastStartTime}} {{.LastEndTime}} {{.LastExecutionDuration}} @@ -222,4 +222,4 @@ - \ No newline at end of file +