{{{ template "common/header" . }}}
{{{ template "task/menu" . }}}
{{{range $i, $v := .Logs}}} {{{end}}}
任务ID 任务名称 cron表达式 协议 超时时间 重试次数 主机 执行时长 状态 执行结果
{{{.TaskId}}} {{{.Name}}} {{{.Spec}}} {{{if eq .Protocol 1}}} HTTP {{{else if eq .Protocol 2}}} SSH {{{else}}} 本地命令 {{{end}}} {{{if gt .Timeout 0}}}{{{.Timeout}}}秒{{{else}}}不限制{{{end}}} {{{.RetryTimes}}} {{{.Hostname}}} {{{if gt .TotalTime 0}}}{{{.TotalTime}}}秒{{{else}}}1秒{{{end}}}
开始时间: {{{.StartTime.Format "2006-01-02 15:04:05" }}}
{{{if ne .Status 1}}} 结束时间: {{{.EndTime.Format "2006-01-02 15:04:05" }}} {{{end}}}
{{{if eq .Status 2}}} 成功 {{{else if eq .Status 1}}} 执行中 {{{else if eq .Status 0}}} 失败 {{{else}}} 待执行 {{{end}}} {{{if ne .Status 1}}} {{{end}}}
{{{ template "common/pagination" .}}}
{{{ template "common/footer" . }}}