{% template "common/header" . %}
任务ID | 任务名称 | cron表达式 | 执行方式 | 重试次数 | 任务节点 | 执行时长 | 状态 | 执行结果 |
---|---|---|---|---|---|---|---|---|
{%.TaskId%} | {%.Name%} | {%.Spec%} | {%if eq .Protocol 1%} HTTP {%else if eq .Protocol 2%} SHELL {%end%} | {%.RetryTimes%} | {%unescape .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%} 取消 {%end%} | {%if or (eq .Status 2) (eq .Status 0)%} {%end%} {%if $.IsAdmin%} {%if and (eq .Status 1) (eq .Protocol 2) %} {%end%} {%end%} |