{{/* * Copyright (C) 2024 Umorpha Systems * SPDX-License-Identifier: AGPL-3.0-or-later */}} {{- define "page-title" }}Jobs{{ end }} {{- define "page-content" }} {{- range $job := .Jobs }} {{- end }}
Created AtTriggered ByCommandStatus
{{ fmtDatetime $job.CreatedAt }} {{ template "triggers.html.tmpl" $job }}
{{ $job.Command }}
{{ $job.Status }}{{ if gt (len $job.StatusMsg) 0 }}{{ end }}
{{- end }} {{- template "page.html.tmpl" . }}