{{define "dashboard/cron"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $cron := .Crons}} {{end}}
ID 备注 计划 命令 成功推送 执行者 最后执行 最后结果 管理
{{$cron.ID}} {{$cron.Name}} {{$cron.Scheduler}} {{$cron.Command}} {{$cron.PushSuccessful}} {{$cron.ServersRaw}} {{$cron.LastExecutedAt|tf}} {{$cron.LastResult}}
{{template "component/cron"}} {{template "common/footer" .}} {{end}}