mirror of
https://github.com/ouqiang/gocron.git
synced 2024-04-21 12:31:58 +00:00
任务日志列表-当任务状态为已结束(成功或失败)才显示[任务结果]按钮
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
{{{end}}}
|
||||
</td>
|
||||
<td>
|
||||
{{{if and (ne .Status 1) (ne .Status 3)}}}
|
||||
{{{if or (eq .Status 2) (eq .Status 0)}}}
|
||||
<button class="ui small primary button"
|
||||
onclick="showResult('{{{.Name}}}', '{{{.Command}}}', '{{{.Result}}}')"
|
||||
>查看结果
|
||||
|
||||
Reference in New Issue
Block a user