{{define "dashboard/cron"}} {{template "common/header" .}} {{template "common/menu" .}}
ID | {{tr "Name"}} | {{tr "Scheduler"}} | {{tr "Command"}} | {{tr "NotificationMethod"}} | {{tr "PushSuccessfully"}} | {{tr "Coverage"}} | {{tr "SpecificServers"}} | {{tr "LastExecution"}} | {{tr "LastResult"}} | {{tr "Administration"}} |
---|---|---|---|---|---|---|---|---|---|---|
{{$cron.ID}} | {{$cron.Name}} | {{$cron.Scheduler}} | {{$cron.Command}} | {{$cron.NotificationTag}} | {{$cron.PushSuccessful}} | {{if eq $cron.Cover 0}}{{tr "IgnoreAll"}}{{else}}{{tr "CoverAll"}}{{end}} | {{$cron.ServersRaw}} | {{$cron.LastExecutedAt|tf}} | {{$cron.LastResult}} |