checkpoints: errorneous status_choices -> False

Change-Id: I1fc04f8bfc089390ad1198c59383cfab7daafcdf
This commit is contained in:
Yuval Brik 2017-02-13 14:53:57 +02:00
parent be56e7bb19
commit 05db01beb9
1 changed files with 2 additions and 2 deletions

View File

@ -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",