Merge "checkpoints: errorneous status_choices -> False"

This commit is contained in:
Jenkins 2017-02-15 09:53:48 +00:00 committed by Gerrit Code Review
commit 5e949b43db
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",