新增任务复制功能

This commit is contained in:
郝大全
2017-08-29 15:30:55 +08:00
parent 6625f5bf9b
commit 941848793a
4 changed files with 191 additions and 26 deletions

View File

@@ -105,6 +105,10 @@
<a class="btn btn-info btn-xs" href="{{urlfor "TaskController.Logs"}}?id={{$v.id}}">
<span class="glyphicon glyphicon-file" aria-hidden="true"></span> 日志
</a>
<a class="btn btn-info btn-xs" href="{{urlfor "TaskController.Copy"}}?id={{$v.id}}">
<span class="glyphicon glyphicon-copy" aria-hidden="true"></span> 复制
</a>
</td>
</tr>
{{end}}