{{{ template "common/header" . }}}
{{{template "task/menu" .}}}
{{{range $i, $v := .Tasks}}} {{{end}}}
任务ID 任务名称 cron表达式 执行方式 超时时间 重试次数 单实例运行 主机 状态 操作
{{{.Id}}} {{{.Task.Name}}} {{{.Spec}}} {{{if eq .Protocol 1}}} HTTP {{{else if eq .Protocol 2}}} SHELL {{{end}}} {{{if eq .Timeout -1}}}后台运行{{{else if gt .Timeout 0}}}{{{.Timeout}}}秒{{{else}}}不限制{{{end}}} {{{.RetryTimes}}} {{{if gt .Multi 0}}}否{{{else}}}是{{{end}}} {{{.Alias}}}-{{{.Name}}} {{{if eq .Status 1}}}激活{{{else}}}停止{{{end}}}
编辑 {{{if eq .Status 1}}} {{{else}}} {{{end}}}
查看日志
{{{ template "common/pagination" .}}}
{{{ template "common/footer" . }}}