{{define "title"}}LUCI Scheduler :: {{.ProjectID}}{{end}} {{define "head"}} {{template "job-action-scripts" .}} {{end}} {{define "content"}}
No jobs in this project or no READER permission to view them. {{if .IsAnonymous}} You may need to login first. {{end}}
{{else}}Job | Schedule | State | Next run | Actions |
---|---|---|---|---|
{{template "job-id-ref" .}} | {{.Schedule}} | {{.State}} | {{.NextRun}} | {{template "job-action-buttons" .}} |