{{define "dashboard-default/cron"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $cron := .Crons}} {{end}}
ID {{tr "Name"}} {{tr "TaskType"}} {{tr "Scheduler"}} {{tr "Command"}} {{tr "NotificationMethodGroup"}} {{tr "PushSuccessfully"}} {{tr "Coverage"}} {{tr "SpecificServers"}} {{tr "LastExecution"}} {{tr "LastResult"}} {{tr "Administration"}}
{{$cron.ID}} {{$cron.Name}} {{if eq $cron.TaskType 0}}{{tr "CronTask"}}{{else}}{{tr "TriggerTask"}}{{end}} {{$cron.Scheduler}} {{$cron.Command}} {{$cron.NotificationTag}} {{$cron.PushSuccessful}} {{if eq $cron.Cover 0}}{{tr "IgnoreAll"}}{{else if eq $cron.Cover 1}}{{tr "CoverAll"}}{{else}}{{tr "ByTrigger"}}{{end}} {{$cron.ServersRaw}} {{$cron.LastExecutedAt|tf}} {{$cron.LastResult}}
{{template "component/cron"}} {{template "common/footer" .}} {{end}}