{{define "dashboard/cron"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $cron := .Crons}} {{end}}
ID 名称 计划 命令 成功推送 覆盖范围 特定服务器 最后执行 最后结果 管理
{{$cron.ID}} {{$cron.Name}} {{$cron.Scheduler}} {{$cron.Command}} {{$cron.PushSuccessful}} {{if eq $cron.Cover 0}}忽略所有{{else}}覆盖所有{{end}} {{$cron.ServersRaw}} {{$cron.LastExecutedAt|tf}} {{$cron.LastResult}}
{{template "component/cron"}} {{template "common/footer" .}} {{end}}