Add task list page

This commit is contained in:
cuigh
2017-10-19 20:40:05 +08:00
parent e862737699
commit 6d820149cf
14 changed files with 185 additions and 60 deletions

View File

@@ -52,7 +52,7 @@ func nodeDetail(ctx web.Context) error {
return err
}
tasks, err := docker.TaskList("", id)
tasks, _, err := docker.TaskList(&model.TaskListArgs{Node: id})
if err != nil {
return err
}