From 05db01beb97e07c8f352002e72c4ee06ea1c5dad Mon Sep 17 00:00:00 2001 From: Yuval Brik Date: Mon, 13 Feb 2017 14:53:57 +0200 Subject: [PATCH] checkpoints: errorneous status_choices -> False Change-Id: I1fc04f8bfc089390ad1198c59383cfab7daafcdf --- karbor_dashboard/checkpoints/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",