{{{ template "common/header" . }}}
{{{template "task/menu" .}}}
{{{range $i, $v := .Tasks}}}
{{{.Task.Name}}} {{{if eq .Status 1}}} {{{else}}} {{{end}}}

任务ID: {{{.Id}}}

cron表达式: {{{.Spec}}}

协议: {{{if eq .Protocol 1}}} HTTP {{{else if eq .Protocol 2}}} SSH {{{else if eq .Protocol 3}}}本地命令{{{end}}}

命令:{{{.Command}}}

超时时间:{{{if gt .Timeout 0}}}{{{.Timeout}}}秒{{{else}}}不限制{{{end}}}

重试次数: {{{.RetryTimes}}}

{{{if eq .Protocol 2}}}

主机: {{{.Alias}}}

{{{end}}}

备注: {{{.Remark}}}

编辑 {{{if eq .Status 1}}} {{{else}}} {{{end}}}
查看日志
{{{end}}}
{{{ template "common/footer" . }}}