diff --git a/cps/static/js/table.js b/cps/static/js/table.js index 47c3b70e..e04c7562 100644 --- a/cps/static/js/table.js +++ b/cps/static/js/table.js @@ -643,7 +643,7 @@ function TaskActions (value, row) { var cancellableStats = [0, 1, 2]; if (row.task_id && row.is_cancellable && cancellableStats.includes(row.stat)) { return [ - "
", + "
", "", "
" ].join("");