{{{ 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 eq .Timeout -1}}}后台运行{{{else if gt .Timeout 0}}}{{{.Timeout}}}秒{{{else}}}不限制{{{end}}} {{{.RetryTimes}}} {{{.Hostname}}} {{{if and (ne .Status 3) (ne .Status 4)}}} {{{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}}} {{{end}}}
{{{if eq .Status 2}}} 成功 {{{else if eq .Status 1}}} 执行中 {{{else if eq .Status 0}}} 失败 {{{else if eq .Status 3}}} 取消 {{{else if eq .Status 4}}} 后台运行 {{{end}}} {{{if and (ne .Status 1) (ne .Status 3)}}} {{{end}}}
{{{ template "common/pagination" .}}}
{{{ template "common/footer" . }}}