diff --git a/web/app/src/components/TasksTable.vue b/web/app/src/components/TasksTable.vue index 251dab95..34cb74fd 100644 --- a/web/app/src/components/TasksTable.vue +++ b/web/app/src/components/TasksTable.vue @@ -54,6 +54,7 @@ export default { initialSort: [ { column: "updated", dir: "desc" }, ], + height: "300px", data: [], // Will be filled via a Flamenco API request. selectable: false, // The active task is tracked by click events. };