{% template "common/header" . %}
{%template "task/menu" .%}
{%if .IsAdmin%} {%end%}
{%if .IsAdmin%}
{%end%}
{%if .IsAdmin%} {%end%} {%range $i, $v := .Tasks%} {%if $.IsAdmin%} {%end%} {%end%}
任务ID 任务名称 任务类型 标签 cron表达式 执行方式 超时时间 重试次数 单实例运行 任务节点 状态 操作
{%.Id%} {%.Name%} {%if eq .Level 1%}主任务{%else%}子任务{%end%} {%.Tag%} {%.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%} {%range $k, $h := .Hosts%} {%$h.Alias%}
{%end%}
{%if eq .Level 1%} {%if eq .Status 1%}{%else%}{%end%} {%end%}
{%if $.IsAdmin%}      {%if eq .Level 1%} {%if eq .Status 1%}    {%else%}    {%end%} {%end%}    {%end%}
{% template "common/pagination" .%}
{% template "common/footer" . %}