diff --git a/index.htm b/index.htm index 07bff81..0cbb2e3 100644 --- a/index.htm +++ b/index.htm @@ -96,7 +96,7 @@ table button { width: 100%; - color: var(--base07); + color: #fff; background-color: var(--base01); border: 0; cursor: pointer; @@ -156,6 +156,14 @@ .dropdown:hover .dropdown-content { display: block; } + + .green { + color: var(--base0B); + } + + .red { + color: var(--base08); + } @@ -186,18 +194,15 @@ {{range .}}
- {{.Name}} + {{.Name}} {{.Description}} {{.Cron}} - {{if gt .CurrentRunningCount 1}}▶ running {{.CurrentRunningCount}} jobs{{else}}{{if - .CurrentRunningCount}}running{{end}}{{end}} + {{if gt .CurrentRunningCount 1}}running {{.CurrentRunningCount}} jobs{{else}}{{if .CurrentRunningCount}}▶ running{{else}}⏹ inactive{{end}}{{end}} {{.LastStartTime}} {{.LastEndTime}} {{.LastExecutionDuration}} - {{.LastError}} + {{.LastError}} {{end}}