diff --git a/karbor_dashboard/checkpoints/tables.py b/karbor_dashboard/checkpoints/tables.py index 794179c..ad7837b 100644 --- a/karbor_dashboard/checkpoints/tables.py +++ b/karbor_dashboard/checkpoints/tables.py @@ -111,10 +111,10 @@ TASK_DISPLAY_CHOICES = ( class CheckpointsTable(tables.DataTable): TASK_STATUS_CHOICES = ( - ("error", True), + ("error", False), ("available", True), ("deleted", True), - ("error-deleting", True), + ("error-deleting", False), ) checkpointId = tables.Column( "id",