mirror of https://github.com/ouqiang/gocron
任务日志列表-当任务状态为已结束(成功或失败)才显示[任务结果]按钮
parent
0bc4070762
commit
70bccfaea0
|
@ -98,7 +98,7 @@
|
||||||
{{{end}}}
|
{{{end}}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{{if and (ne .Status 1) (ne .Status 3)}}}
|
{{{if or (eq .Status 2) (eq .Status 0)}}}
|
||||||
<button class="ui small primary button"
|
<button class="ui small primary button"
|
||||||
onclick="showResult('{{{.Name}}}', '{{{.Command}}}', '{{{.Result}}}')"
|
onclick="showResult('{{{.Name}}}', '{{{.Command}}}', '{{{.Result}}}')"
|
||||||
>查看结果
|
>查看结果
|
||||||
|
|
Loading…
Reference in New Issue