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

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

状态: {{{if eq .Status 1}}}激活{{{else}}}停止{{{end}}}

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

执行方式: {{{if eq .Protocol 1}}} HTTP {{{else if eq .Protocol 2}}} SSH {{{else if eq .Protocol 3}}}本地命令{{{end}}}

命令:{{{.Command}}}

超时时间:{{{if eq .Timeout -1}}}后台运行{{{else if eq .Timeout 0}}}{{{.Timeout}}}秒{{{else}}}不限制{{{end}}}

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

是否允许多实例运行:{{{if gt .Multi 0}}}是{{{else}}}否{{{end}}}

{{{if eq .Protocol 2}}}

主机: {{{.Alias}}}-{{{.Name}}}

{{{end}}}

备注: {{{.Remark}}}

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