{{/* * 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 }}
Job IDTriggered ByCommandStatus
{{ $job.ID }} {{ template "triggers.html.tmpl" $job }} {{ $job.Command }} {{ $job.Status }}
{{- end }} {{- template "page.html.tmpl" . }}