Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Add resumed state to task filter (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: Maurits Rijk <[email protected]>
  • Loading branch information
mrijk and Maurits Rijk authored Jul 18, 2023
1 parent 48ffadc commit 74ff48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function Tasks() {

const tasksSettings = initialProcessTableSettings(
"table.tasks",
initialProcessesFilterAndSort(true, ["running", "failed", "api_unavailable", "inconsistent_data"]),
initialProcessesFilterAndSort(true, ["running", "resumed", "failed", "api_unavailable", "inconsistent_data"]),
["abbrev", "customer", "pid", "product", "target", "tag"],
{ refresh: true }
);
Expand Down

0 comments on commit 74ff48a

Please sign in to comment.