{{{ template "common/header" . }}}
任务名称 | cron表达式 | 协议 | 超时时间(秒) | 主机 | 开始时间 | 结束时间 | 状态 | 执行结果 |
---|---|---|---|---|---|---|---|---|
{{{.Name}}} | {{{.Spec}}} | {{{if eq .Protocol 1}}} HTTP {{{else if eq .Protocol 2}}} SSH {{{else}}} 本地命令 {{{end}}} | {{{.Timeout}}} | {{{.Hostname}}} | {{{.StartTime.Format "2006-01-02 15:04:05" }}} | {{{.EndTime.Format "2006-01-02 15:04:05" }}} | {{{if eq .Status 2}}} 成功 {{{else if eq .Status 1}}} 执行中 {{{else if eq .Status 0}}} 失败 {{{else}}} 待执行 {{{end}}} |