diff --git a/web-console/src/views/tasks-view.tsx b/web-console/src/views/tasks-view.tsx
index e5855f2d217..8219c880dfb 100644
--- a/web-console/src/views/tasks-view.tsx
+++ b/web-console/src/views/tasks-view.tsx
@@ -503,7 +503,7 @@ ORDER BY "rank" DESC, "created_time" DESC`);
Reports
Log (all)
Log (last 8kb)
- { (status === 'RUNNING') && this.setState({ killTaskId: id })}>Kill }
+ { (status === 'RUNNING' || status === 'WAITING' || status === 'PENDING') && this.setState({ killTaskId: id })}>Kill }
},
Aggregated: row => ''