From e11364883c36603fd9e9bc23a8abaea27ebe085a Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Thu, 14 Mar 2019 13:17:19 -0700 Subject: [PATCH] allow killing waiting and pending tasks (#7247) --- web-console/src/views/tasks-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => ''