We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1cf8f commit 9429784Copy full SHA for 9429784
web/src/components/TaskForm.vue
@@ -346,7 +346,7 @@ export default {
346
347
this.template.type === 'deploy' ? (await axios({
348
keys: 'get',
349
- url: `/api/project/${this.projectId}/templates/${this.template.build_template_id}/tasks?status=success`,
+ url: `/api/project/${this.projectId}/templates/${this.template.build_template_id}/tasks?status=success&limit=20`,
350
responseType: 'json',
351
})).data.filter((task) => task.status === 'success') : [],
352
0 commit comments